Skip to content

Console Output

Push event to branch Remove-bounds-checking
16:17:41 Connecting to https://api.github.com using GitHub Access Token
Obtained .CI/Jenkinsfile from b704429bb56174ff147f512c0db581e08821e618
[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.10.0-bookworm
1.10.0-bookworm: Pulling from library/julia
af107e978371: Pulling fs layer
35dd3aa24b54: Pulling fs layer
6743871f91bf: Pulling fs layer
8ab9602f3e02: Pulling fs layer
8ab9602f3e02: Waiting
af107e978371: Download complete
35dd3aa24b54: Download complete
8ab9602f3e02: Verifying Checksum
8ab9602f3e02: Download complete
af107e978371: Pull complete
35dd3aa24b54: Pull complete
6743871f91bf: Verifying Checksum
6743871f91bf: Download complete
6743871f91bf: Pull complete
8ab9602f3e02: Pull complete
Digest: sha256:c8edc7d4dfe676a109ce03efbdba5c1c6e18dd603ecbe44becfd7974319cbe98
Status: Downloaded newer image for julia:1.10.0-bookworm
docker.io/library/julia:1.10.0-bookworm
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . julia:1.10.0-bookworm
.
[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.10.0-bookworm cat
$ docker top a6a8e869503858aa56ca95e4593a5192c181ed067d105d2f156c7ad60aac9d22 -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@212da4b; 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 b704429bb56174ff147f512c0db581e08821e618 (Remove-bounds-checking)
Commit message: "Update Jenkinsfile"
 > 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 b704429bb56174ff147f512c0db581e08821e618 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D Remove-bounds-checking # timeout=10
 > git checkout -b Remove-bounds-checking b704429bb56174ff147f512c0db581e08821e618 # timeout=10
 > git rev-list --no-walk 6894b75902e462a0dfa4460184938c7477b45686 # 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`
   Resolving package versions...
   Installed ExportAll ─ v0.1.2
    Updating `~/.julia/environments/v1.10/Project.toml`
  [ad2082ca] + ExportAll v0.1.2
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [ad2082ca] + ExportAll v0.1.2
  [2a0f44e3] + Base64
  [b77e0a4c] + InteractiveUtils
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [9a3f8284] + Random
  [ea8e919c] + SHA v0.7.0
  [9e88b42a] + Serialization
  [8dfed614] + Test
Precompiling project...
  βœ“ ExportAll
  1 dependency successfully precompiled in 1 seconds. 1 already precompiled.
   Resolving package versions...
   Installed Compat ───────────── v4.10.1
   Installed OrderedCollections ─ v1.6.3
   Installed DataStructures ───── v0.18.16
    Updating `~/.julia/environments/v1.10/Project.toml`
  [864edb3b] + DataStructures v0.18.16
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [34da2185] + Compat v4.10.1
  [864edb3b] + DataStructures v0.18.16
  [bac558e1] + OrderedCollections v1.6.3
  [cf7118a7] + UUIDs
Precompiling project...
  βœ“ Compat
  βœ“ OrderedCollections
  βœ“ Compat β†’ CompatLinearAlgebraExt
  βœ“ DataStructures
  4 dependencies successfully precompiled in 1 seconds. 2 already precompiled.
   Resolving package versions...
   Installed MacroTools ─ v0.5.12
    Updating `~/.julia/environments/v1.10/Project.toml`
  [1914dd2f] + MacroTools v0.5.12
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.12
Precompiling project...
  βœ“ MacroTools
  1 dependency successfully precompiled in 1 seconds. 6 already precompiled.
   Resolving package versions...
    Updating `~/.julia/environments/v1.10/Project.toml`
  [8dfed614] + Test
  No Changes to `~/.julia/environments/v1.10/Manifest.toml`
     Cloning git-repo `https://github.com/OpenModelica/ImmutableList.jl`
    Updating git-repo `https://github.com/OpenModelica/ImmutableList.jl`
   Resolving package versions...
    Updating `~/.julia/environments/v1.10/Project.toml`
  [4a558cac] + ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [4a558cac] + ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
Precompiling project...
  βœ“ ImmutableList
  1 dependency successfully precompiled in 0 seconds. 7 already precompiled.
  1 dependency had output during precompilation:
β”Œ ImmutableList
β”‚  WARNING: method definition for convert at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:77 declares type variable T but does not use it.
β”‚  WARNING: method definition for eltype at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:96 declares type variable T but does not use it.
β”‚  WARNING: method definition for eltype at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:100 declares type variable T but does not use it.
β”‚  WARNING: method definition for _listAppend at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:131 declares type variable B but does not use it.
β””  
[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: The Pkg REPL mode is intended for interactive use only, and should not be used from scripts. It is recommended to use the functional API instead.
β”” @ Pkg.REPLMode /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:382
     Cloning git-repo `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl`
    Updating git-repo `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl`
   Resolving package versions...
   Installed StaticArraysCore ─ v1.4.2
   Installed ConstructionBase ─ v1.5.4
   Installed FastClosures ───── v0.3.2
   Installed Setfield ───────── v1.1.1
    Updating `~/.julia/environments/v1.10/Project.toml`
  [9d7f2a79] + MetaModelica v0.0.4 `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl#Remove-bounds-checking`
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [187b0558] + ConstructionBase v1.5.4
  [9aa1b823] + FastClosures v0.3.2
  [9d7f2a79] + MetaModelica v0.0.4 `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl#Remove-bounds-checking`
  [efcf1570] + Setfield v1.1.1
  [1e83bf80] + StaticArraysCore v1.4.2
  [56f22d72] + Artifacts
  [9fa8497b] + Future
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [e66e0078] + CompilerSupportLibraries_jll v1.0.5+1
  [4536629a] + OpenBLAS_jll v0.3.23+2
  [8e850b90] + libblastrampoline_jll v5.8.0+1
    Building MetaModelica β†’ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/08c86235bfe3f2249ef63750a7f384bed4206b98/build.log`
Precompiling project...
  βœ“ FastClosures
  βœ“ CompilerSupportLibraries_jll
  βœ“ StaticArraysCore
  βœ“ ConstructionBase
  βœ“ Setfield
  βœ— MetaModelica
  5 dependencies successfully precompiled in 2 seconds. 8 already precompiled.

The following 1 direct dependency failed to precompile:

MetaModelica [9d7f2a79-07b5-5542-8b19-c0100dda6b06]

Failed to precompile MetaModelica [9d7f2a79-07b5-5542-8b19-c0100dda6b06] to "/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/compiled/v1.10/MetaModelica/jl_IKjcOa".
ERROR: LoadError: ParseError:
# Error @ /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107:1
  return inConsCell
=======
β””β”€β”˜ ── not a unary operator
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:495
 [3] include(x::String)
   @ MetaModelica ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
 [4] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:32
 [5] include
   @ Base ./Base.jl:495 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
   @ Base ./loading.jl:2216
 [7] top-level scope
   @ stdin:3
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
in expression starting at stdin:
[Pipeline] sh
+ export HOME=/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl
+ julia -e using Pkg; Pkg.test("MetaModelica", coverage=true)
Precompiling project...
  βœ“ CompilerSupportLibraries_jll
  βœ“ FastClosures
  βœ“ StaticArraysCore
  βœ“ ExportAll
  βœ“ ConstructionBase
  βœ“ Compat
  βœ“ OrderedCollections
  βœ“ ImmutableList
  βœ“ Compat β†’ CompatLinearAlgebraExt
  βœ“ MacroTools
  βœ“ DataStructures
  βœ“ Setfield
  βœ— MetaModelica
  12 dependencies successfully precompiled in 3 seconds. 1 already precompiled.
  1 dependency had output during precompilation:
β”Œ ImmutableList
β”‚  WARNING: method definition for convert at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:77 declares type variable T but does not use it.
β”‚  WARNING: method definition for eltype at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:96 declares type variable T but does not use it.
β”‚  WARNING: method definition for eltype at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:100 declares type variable T but does not use it.
β”‚  WARNING: method definition for _listAppend at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:131 declares type variable B but does not use it.
β””  

ERROR: The following 1 direct dependency failed to precompile:

MetaModelica [9d7f2a79-07b5-5542-8b19-c0100dda6b06]

Failed to precompile MetaModelica [9d7f2a79-07b5-5542-8b19-c0100dda6b06] to "/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/compiled/v1.10/MetaModelica/jl_CH2Sd4".
ERROR: LoadError: ParseError:
# Error @ /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107:1
  return inConsCell
=======
β””β”€β”˜ ── not a unary operator
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:495
 [3] include(x::String)
   @ MetaModelica ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
 [4] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:32
 [5] include
   @ Base ./Base.jl:495 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
   @ Base ./loading.jl:2216
 [7] top-level scope
   @ stdin:3
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
in expression starting at stdin:
Stacktrace:
 [1] pkgerror(msg::String)
   @ Pkg.Types /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
 [2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, kwargs::@Kwargs{io::IOStream})
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:1656
 [3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOStream, kwargs::@Kwargs{warn_loaded::Bool})
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
 [4] precompile(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::@Kwargs{warn_loaded::Bool})
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:174
 [5] top-level scope
   @ none:6
     Testing MetaModelica
      Status `/tmp/jl_qKGol4/Project.toml`
  [864edb3b] DataStructures v0.18.16
  [ad2082ca] ExportAll v0.1.2
  [9aa1b823] FastClosures v0.3.2
  [4a558cac] ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
  [1914dd2f] MacroTools v0.5.12
  [9d7f2a79] MetaModelica v0.0.4 `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl#Remove-bounds-checking`
  [efcf1570] Setfield v1.1.1
      Status `/tmp/jl_qKGol4/Manifest.toml`
  [34da2185] Compat v4.10.1
  [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 `https://github.com/OpenModelica/ImmutableList.jl#master`
  [1914dd2f] MacroTools v0.5.12
  [9d7f2a79] MetaModelica v0.0.4 `/var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl#Remove-bounds-checking`
  [bac558e1] OrderedCollections v1.6.3
  [efcf1570] Setfield v1.1.1
  [1e83bf80] StaticArraysCore v1.4.2
  [56f22d72] Artifacts
  [2a0f44e3] Base64
  [9fa8497b] Future
  [b77e0a4c] InteractiveUtils
  [8f399da3] Libdl
  [37e2e46d] LinearAlgebra
  [56ddb016] Logging
  [d6f4376e] Markdown
  [9a3f8284] Random
  [ea8e919c] SHA v0.7.0
  [9e88b42a] Serialization
  [8dfed614] Test
  [cf7118a7] UUIDs
  [e66e0078] CompilerSupportLibraries_jll v1.0.5+1
  [4536629a] OpenBLAS_jll v0.3.23+2
  [8e850b90] libblastrampoline_jll v5.8.0+1
     Testing Precompilation of test environment failed. Continuing to tests
     Testing Running tests...
ERROR: LoadError: ParseError:
# Error @ /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107:1
  return inConsCell
=======
β””β”€β”˜ ── not a unary operator
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:495
 [3] include(x::String)
   @ MetaModelica ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
 [4] top-level scope
   @ ~/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:32
 [5] include
   @ Base ./Base.jl:495 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
   @ Base ./loading.jl:2216
 [7] top-level scope
   @ stdin:3
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/dangerous.jl:107
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/src/MetaModelica.jl:1
in expression starting at stdin:3
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.10/MetaModelica/jl_MvgcKv".
Stacktrace:
  [1] error(s::String)
    @ Base ./error.jl:35
  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
    @ Base ./loading.jl:2462
  [3] compilecache
    @ Base ./loading.jl:2334 [inlined]
  [4] (::Base.var"#968#969"{Base.PkgId})()
    @ Base ./loading.jl:1968
  [5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
    @ FileWatching.Pidfile /usr/local/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  [6] #mkpidlock#6
    @ FileWatching.Pidfile /usr/local/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
    @ FileWatching.Pidfile /usr/local/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  [8] #invokelatest#2
    @ Base ./essentials.jl:889 [inlined]
  [9] invokelatest
    @ Base ./essentials.jl:884 [inlined]
 [10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
    @ Base ./loading.jl:2977
 [11] maybe_cachefile_lock
    @ Base ./loading.jl:2974 [inlined]
 [12] _require(pkg::Base.PkgId, env::String)
    @ Base ./loading.jl:1964
 [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
    @ Base ./loading.jl:1806
 [14] #invoke_in_world#3
    @ Base ./essentials.jl:921 [inlined]
 [15] invoke_in_world
    @ Base ./essentials.jl:918 [inlined]
 [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
    @ Base ./loading.jl:1797
 [17] macro expansion
    @ Base ./loading.jl:1784 [inlined]
 [18] macro expansion
    @ Base ./lock.jl:267 [inlined]
 [19] __require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1747
 [20] #invoke_in_world#3
    @ Base ./essentials.jl:921 [inlined]
 [21] invoke_in_world
    @ Base ./essentials.jl:918 [inlined]
 [22] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1740
 [23] include(fname::String)
    @ Base.MainInclude ./client.jl:489
 [24] top-level scope
    @ none:6
in expression starting at /var/lib/jenkins/ws/delica.jl_Remove-bounds-checking/MetaModelica.jl/.julia/packages/MetaModelica/4bPaf/test/runtests.jl:1
ERROR: Package MetaModelica errored during testing
Stacktrace:
 [1] pkgerror(msg::String)
   @ Pkg.Types /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool)
   @ Pkg.Operations /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2018
 [3] test
   @ /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1899 [inlined]
 [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOStream})
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444
 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOStream, kwargs::@Kwargs{coverage::Bool})
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
 [6] test
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
 [7] #test#74
   @ Pkg.API /usr/local/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined]
 [8] top-level scope
   @ none:1
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 a6a8e869503858aa56ca95e4593a5192c181ed067d105d2f156c7ad60aac9d22
$ docker rm -f --volumes a6a8e869503858aa56ca95e4593a5192c181ed067d105d2f156c7ad60aac9d22
[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