Skip to content

Console Output

Push event to branch master
14:56:56 Connecting to https://api.github.com using GitHub Access Token
Obtained .CI/Jenkinsfile from d541723f8e86376835f9fb74e31914e125d288f9
[Pipeline] Start of Pipeline
[Pipeline] node
Running on asap-1 in /var/lib/jenkins1/ws/MetaModelica.jl_master
[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
e1caac4eb9d2: Pulling fs layer
fad1c4eb009e: Pulling fs layer
8ef8b6ee7f7f: Pulling fs layer
74d82177bdd2: Pulling fs layer
74d82177bdd2: Waiting
fad1c4eb009e: Verifying Checksum
fad1c4eb009e: Download complete
74d82177bdd2: Verifying Checksum
74d82177bdd2: Download complete
e1caac4eb9d2: Download complete
8ef8b6ee7f7f: Verifying Checksum
8ef8b6ee7f7f: Download complete
e1caac4eb9d2: Pull complete
fad1c4eb009e: Pull complete
8ef8b6ee7f7f: Pull complete
74d82177bdd2: Pull complete
Digest: sha256:ae0f50e0d812f1537df24444125ca4b894e0e4a0e293b897b9ada6726f0ac007
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
asap-1 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins1/ws/MetaModelica.jl_master -v /var/lib/jenkins1/ws/MetaModelica.jl_master:/var/lib/jenkins1/ws/MetaModelica.jl_master:rw,z -v /var/lib/jenkins1/ws/MetaModelica.jl_master_tmp:/var/lib/jenkins1/ws/MetaModelica.jl_master_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 ******** -e ******** -e ******** julia:1.10.0-bookworm cat
$ docker top cefc9208f40eec08316e7044542fbfc7fe02b620ffe189ad2ddf68979c4089fe -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /var/lib/jenkins1/ws/MetaModelica.jl_master/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@5fb48df6; decorates RemoteLauncher[hudson.remoting.Channel@5dc5cb50:asap-1] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Avoid second fetch
Checking out Revision d541723f8e86376835f9fb74e31914e125d288f9 (master)
Commit message: "Updated the package used for setfield (#63)"
Cloning repository https://github.com/OpenModelica/MetaModelica.jl.git
 > git init /var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl # 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/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/MetaModelica.jl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d541723f8e86376835f9fb74e31914e125d288f9 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master d541723f8e86376835f9fb74e31914e125d288f9 # timeout=10
 > git rev-list --no-walk 6269faf1dc5b9187a68e08ac6e7126e2eb2587e9 # 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/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl
[Pipeline] sh
+ export HOME=/var/lib/jenkins1/ws/MetaModelica.jl_master/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"))
  Installing known registries into `~/.julia`
    Updating registry at `~/.julia/registries/General.toml`
   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 2 seconds. 1 already precompiled.
   Resolving package versions...
   Installed OrderedCollections ─ v1.6.3
   Installed Compat ───────────── v4.14.0
   Installed DataStructures ───── v0.18.17
    Updating `~/.julia/environments/v1.10/Project.toml`
  [864edb3b] + DataStructures v0.18.17
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [34da2185] + Compat v4.14.0
  [864edb3b] + DataStructures v0.18.17
  [bac558e1] + OrderedCollections v1.6.3
  [ade2ca70] + Dates
  [de0858da] + Printf
  [fa267f1f] + TOML v1.0.3
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
Precompiling project...
  βœ“ Compat
  βœ“ OrderedCollections
  βœ“ Compat β†’ CompatLinearAlgebraExt
  βœ“ DataStructures
  4 dependencies successfully precompiled in 3 seconds. 2 already precompiled.
   Resolving package versions...
   Installed MacroTools ─ v0.5.13
    Updating `~/.julia/environments/v1.10/Project.toml`
  [1914dd2f] + MacroTools v0.5.13
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [1914dd2f] + MacroTools v0.5.13
Precompiling project...
  βœ“ MacroTools
  1 dependency successfully precompiled in 2 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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl
+ julia -e using Pkg; Pkg.REPLMode.pkgstr("add /var/lib/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl`
    Updating git-repo `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl`
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
   Installed CompositionsBase ─ v0.1.2
   Installed InverseFunctions ─ v0.1.12
   Installed FastClosures ───── v0.3.2
   Installed Accessors ──────── v0.1.35
   Installed ConstructionBase ─ v1.5.4
    Updating `~/.julia/environments/v1.10/Project.toml`
  [9d7f2a79] + MetaModelica v0.0.5 `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl#master`
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [7d9f7c33] + Accessors v0.1.35
  [a33af91c] + CompositionsBase v0.1.2
  [187b0558] + ConstructionBase v1.5.4
  [9aa1b823] + FastClosures v0.3.2
  [3587e190] + InverseFunctions v0.1.12
  [9d7f2a79] + MetaModelica v0.0.5 `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl#master`
  [56f22d72] + Artifacts
  [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/67fd52f424c1565d290caefba4c831e5b33ad7a9/build.log`
Precompiling project...
  βœ“ FastClosures
  βœ“ CompositionsBase
  βœ“ CompilerSupportLibraries_jll
  βœ“ ConstructionBase
  βœ“ InverseFunctions
  βœ“ CompositionsBase β†’ CompositionsBaseInverseFunctionsExt
  βœ“ Accessors
  βœ“ MetaModelica
  8 dependencies successfully precompiled in 6 seconds. 8 already precompiled.
[Pipeline] sh
+ export HOME=/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl
+ julia -e using Pkg; Pkg.test("MetaModelica", coverage=true)
Precompiling project...
  βœ“ CompositionsBase
  βœ“ CompilerSupportLibraries_jll
  βœ“ FastClosures
  βœ“ ExportAll
  βœ“ ConstructionBase
  βœ“ Compat
  βœ“ OrderedCollections
  βœ“ ImmutableList
  βœ“ InverseFunctions
  βœ“ Compat β†’ CompatLinearAlgebraExt
  βœ“ CompositionsBase β†’ CompositionsBaseInverseFunctionsExt
  βœ“ MacroTools
  βœ“ DataStructures
  βœ“ Accessors
  βœ“ MetaModelica
  15 dependencies successfully precompiled in 7 seconds. 1 already precompiled.
  1 dependency had output during precompilation:
β”Œ ImmutableList
β”‚  WARNING: method definition for convert at /var/lib/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/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/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/ImmutableList/RO91N/src/list.jl:131 declares type variable B but does not use it.
β””  
     Testing MetaModelica
      Status `/tmp/jl_M5QQ2K/Project.toml`
  [7d9f7c33] Accessors v0.1.35
  [864edb3b] DataStructures v0.18.17
  [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.13
  [9d7f2a79] MetaModelica v0.0.5 `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl#master`
  [8dfed614] Test
      Status `/tmp/jl_M5QQ2K/Manifest.toml`
  [7d9f7c33] Accessors v0.1.35
  [34da2185] Compat v4.14.0
  [a33af91c] CompositionsBase v0.1.2
  [187b0558] ConstructionBase v1.5.4
  [864edb3b] DataStructures v0.18.17
  [ad2082ca] ExportAll v0.1.2
  [9aa1b823] FastClosures v0.3.2
  [4a558cac] ImmutableList v0.1.3 `https://github.com/OpenModelica/ImmutableList.jl#master`
  [3587e190] InverseFunctions v0.1.12
  [1914dd2f] MacroTools v0.5.13
  [9d7f2a79] MetaModelica v0.0.5 `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl#master`
  [bac558e1] OrderedCollections v1.6.3
  [56f22d72] Artifacts
  [2a0f44e3] Base64
  [ade2ca70] Dates
  [b77e0a4c] InteractiveUtils
  [8f399da3] Libdl
  [37e2e46d] LinearAlgebra
  [56ddb016] Logging
  [d6f4376e] Markdown
  [de0858da] Printf
  [9a3f8284] Random
  [ea8e919c] SHA v0.7.0
  [9e88b42a] Serialization
  [fa267f1f] TOML v1.0.3
  [8dfed614] Test
  [cf7118a7] UUIDs
  [4ec0a83e] Unicode
  [e66e0078] CompilerSupportLibraries_jll v1.0.5+1
  [4536629a] OpenBLAS_jll v0.3.23+2
  [8e850b90] libblastrampoline_jll v5.8.0+1
     Testing Running tests...
Test Summary: | Pass  Total  Time
MetaModelica  |  117    117  6.4s
     Testing MetaModelica tests passed 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 cefc9208f40eec08316e7044542fbfc7fe02b620ffe189ad2ddf68979c4089fe
$ docker rm -f --volumes cefc9208f40eec08316e7044542fbfc7fe02b620ffe189ad2ddf68979c4089fe
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS