Skip to content

Console Output

Push event to branch Remove-bounds-checking
16:11:16 Connecting to https://api.github.com using GitHub Access Token
Obtained .CI/Jenkinsfile from 6894b75902e462a0dfa4460184938c7477b45686
[Pipeline] Start of Pipeline
[Pipeline] node
Running on r7945-1 in /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Agent Setup)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker pull julia:1.1-buster
1.1-buster: Pulling from library/julia
Digest: sha256:39501819ee040615680e1c48efe79a7323af9eb4bebef44bfec625064546a564
Status: Image is up to date for julia:1.1-buster
docker.io/library/julia:1.1-buster
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . julia:1.1-buster
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
r7945-1 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking -v /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking:/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking:rw,z -v /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking_tmp:/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** julia:1.1-buster cat
$ docker top 51bf9594b093b2312cfbb2e7b6063fc2b800b5553955d1a96c82666a65bd08b8 -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential github
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7e26aa11; decorates RemoteLauncher[hudson.remoting.Channel@508901bd:r7945-1] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision 6894b75902e462a0dfa4460184938c7477b45686 (Remove-bounds-checking)
Commit message: "Merge branch 'master' into Remove-bounds-checking"
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.git # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/MetaModelica.jl.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/MetaModelica.jl.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/MetaModelica.jl.git +refs/heads/Remove-bounds-checking:refs/remotes/origin/Remove-bounds-checking # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6894b75902e462a0dfa4460184938c7477b45686 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D Remove-bounds-checking # timeout=10
 > git checkout -b Remove-bounds-checking 6894b75902e462a0dfa4460184938c7477b45686 # timeout=10
 > git rev-list --no-walk 2be466255cbd663cbaf1413128e5db416bcb7f9e # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] sh
+ pwd
/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
[Pipeline] sh
+ export HOME=/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
+ julia -e using Pkg;
          Pkg.add("ExportAll");
          Pkg.add("DataStructures");
          Pkg.add("MacroTools");
          Pkg.add("Test");
          Pkg.add(PackageSpec(url="https://github.com/OpenModelica/ImmutableList.jl"))
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l    Fetching: [>                                        ]  0.0 %
[?25h Resolving package versions...
 Installed ExportAll ─ v0.1.2
  Updating `~/.julia/environments/v1.1/Project.toml`
  [ad2082ca] + ExportAll v0.1.2
  Updating `~/.julia/environments/v1.1/Manifest.toml`
  [ad2082ca] + ExportAll v0.1.2
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
 Resolving package versions...
 Installed OrderedCollections ─ v1.5.0
 Installed Compat ───────────── v3.47.0
 Installed DataStructures ───── v0.18.16
  Updating `~/.julia/environments/v1.1/Project.toml`
  [864edb3b] + DataStructures v0.18.16
  Updating `~/.julia/environments/v1.1/Manifest.toml`
  [34da2185] + Compat v3.47.0
  [864edb3b] + DataStructures v0.18.16
  [bac558e1] + OrderedCollections v1.5.0
  [ade2ca70] + Dates 
  [8bb1440f] + DelimitedFiles 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [a63ad114] + Mmap 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [ea8e919c] + SHA 
  [1a1011a3] + SharedArrays 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
 Resolving package versions...
 Installed MacroTools ─ v0.5.12
  Updating `~/.julia/environments/v1.1/Project.toml`
  [1914dd2f] + MacroTools v0.5.12
  Updating `~/.julia/environments/v1.1/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.12
 Resolving package versions...
  Updating `~/.julia/environments/v1.1/Project.toml`
  [8dfed614] + Test 
  Updating `~/.julia/environments/v1.1/Manifest.toml`
 [no changes]
   Cloning git-repo `https://github.com/OpenModelica/ImmutableList.jl`
[?25l    Fetching: [>                                        ]  0.0 %
[?25h  Updating git-repo `https://github.com/OpenModelica/ImmutableList.jl`
[?25l    Fetching: [>                                        ]  0.0 %
[?25h Resolving package versions...
  Updating `~/.julia/environments/v1.1/Project.toml`
  [4a558cac] + ImmutableList v0.1.3 #master (https://github.com/OpenModelica/ImmutableList.jl)
  Updating `~/.julia/environments/v1.1/Manifest.toml`
  [4a558cac] + ImmutableList v0.1.3 #master (https://github.com/OpenModelica/ImmutableList.jl)
[Pipeline] sh
+ export HOME=/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
+ julia -e using Pkg; Pkg.REPLMode.pkgstr("add /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl")
┌ Warning: julia version requirement for package MetaModelica not satisfied
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:154
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l[?25h   Cloning git-repo `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl`
[?25l[?25h  Updating git-repo `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl`
[?25l[?25h Resolving package versions...
 Installed FastClosures ───── v0.3.2
 Installed Requires ───────── v1.3.0
 Installed Setfield ───────── v1.0.0
 Installed ConstructionBase ─ v1.5.4
  Updating `~/.julia/environments/v1.1/Project.toml`
  [9d7f2a79] + MetaModelica v0.0.4 #Remove-bounds-checking (/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl)
  Updating `~/.julia/environments/v1.1/Manifest.toml`
  [187b0558] + ConstructionBase v1.5.4
  [9aa1b823] + FastClosures v0.3.2
  [9d7f2a79] + MetaModelica v0.0.4 #Remove-bounds-checking (/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl)
  [ae029012] + Requires v1.3.0
  [efcf1570] + Setfield v1.0.0
  [9fa8497b] + Future 
  Building MetaModelica → `~/.julia/packages/MetaModelica/e7MDz/deps/build.log`
[Pipeline] sh
+ export HOME=/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
+ julia -e using Pkg; Pkg.test("MetaModelica", coverage=true)
ERROR: LoadError: LoadError: syntax: type declarations on global variables are not yet supported
Stacktrace:
 [1] include at ./boot.jl:326 [inlined]
 [2] include_relative(::Module, ::String) at ./loading.jl:1038
 [3] include at ./sysimg.jl:29 [inlined]
 [4] include(::String) at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/e7MDz/src/MetaModelica.jl:1
 [5] top-level scope at none:0
 [6] include at ./boot.jl:326 [inlined]
 [7] include_relative(::Module, ::String) at ./loading.jl:1038
 [8] include(::Module, ::String) at ./sysimg.jl:29
 [9] top-level scope at none:2
 [10] eval at ./boot.jl:328 [inlined]
 [11] eval(::Expr) at ./client.jl:404
 [12] top-level scope at ./none:3
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/e7MDz/src/metaRuntime.jl:629
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/e7MDz/src/MetaModelica.jl:21
ERROR: LoadError: Failed to precompile MetaModelica [9d7f2a79-07b5-5542-8b19-c0100dda6b06] to /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/compiled/v1.1/MetaModelica/4iNYm.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1197
 [3] _require(::Base.PkgId) at ./loading.jl:960
 [4] require(::Base.PkgId) at ./loading.jl:858
 [5] require(::Module, ::Symbol) at ./loading.jl:853
 [6] include at ./boot.jl:326 [inlined]
 [7] include_relative(::Module, ::String) at ./loading.jl:1038
 [8] include(::Module, ::String) at ./sysimg.jl:29
 [9] include(::String) at ./client.jl:403
 [10] top-level scope at none:0
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/e7MDz/test/runtests.jl:3
ERROR: Package MetaModelica errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
 [2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1329
 [3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
 [4] #test#46(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:198
 [5] #test at ./none:0 [inlined]
 [6] #test#45 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:180 [inlined]
 [7] #test at ./none:0 [inlined]
 [8] #test#44 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:179 [inlined]
 [9] #test at ./none:0 [inlined]
 [10] #test#43(::Base.Iterators.Pairs{Symbol,Bool,Tuple{Symbol},NamedTuple{(:coverage,),Tuple{Bool}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178
 [11] (::getfield(Pkg.API, Symbol("#kw##test")))(::NamedTuple{(:coverage,),Tuple{Bool}}, ::typeof(Pkg.API.test), ::String) at ./none:0
 [12] top-level scope at none:0
   Testing MetaModelica
    Status `/tmp/tmpS7OLSl/Manifest.toml`
  [34da2185] Compat v3.47.0
  [187b0558] ConstructionBase v1.5.4
  [864edb3b] DataStructures v0.18.16
  [ad2082ca] ExportAll v0.1.2
  [9aa1b823] FastClosures v0.3.2
  [4a558cac] ImmutableList v0.1.3 #master (https://github.com/OpenModelica/ImmutableList.jl)
  [1914dd2f] MacroTools v0.5.12
  [9d7f2a79] MetaModelica v0.0.4 #Remove-bounds-checking (/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl)
  [bac558e1] OrderedCollections v1.5.0
  [ae029012] Requires v1.3.0
  [efcf1570] Setfield v1.0.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [9fa8497b] Future  [`@stdlib/Future`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [1a1011a3] SharedArrays  [`@stdlib/SharedArrays`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 51bf9594b093b2312cfbb2e7b6063fc2b800b5553955d1a96c82666a65bd08b8
$ docker rm -f --volumes 51bf9594b093b2312cfbb2e7b6063fc2b800b5553955d1a96c82666a65bd08b8
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE