Push event to branch master 10:58:24 Connecting to https://api.github.com using GitHub Access Token Obtained .CI/Jenkinsfile from e4e32c10fc039fea1d8f6c60a9e5715830c82cbe [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘linux’ Running on r7945-1 in /var/lib/jenkins/ws/MetaModelica.jl_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Agent Setup) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker pull julia:1.12.0-bookworm 1.12.0-bookworm: Pulling from library/julia abe1fea37542: Pulling fs layer 166d7525a954: Pulling fs layer c7e9706086cd: Pulling fs layer 07275c5c6084: Pulling fs layer 07275c5c6084: Waiting abe1fea37542: Verifying Checksum abe1fea37542: Download complete 166d7525a954: Verifying Checksum 166d7525a954: Download complete 07275c5c6084: Verifying Checksum 07275c5c6084: Download complete abe1fea37542: Pull complete 166d7525a954: Pull complete c7e9706086cd: Verifying Checksum c7e9706086cd: Download complete c7e9706086cd: Pull complete 07275c5c6084: Pull complete Digest: sha256:7ba0f936bdbc0c9460568699a1eee920775aa6b6b4a9a703a4ec7fed23e5d6bf Status: Downloaded newer image for julia:1.12.0-bookworm docker.io/library/julia:1.12.0-bookworm [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . julia:1.12.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/MetaModelica.jl_master -v /var/lib/jenkins/ws/MetaModelica.jl_master:/var/lib/jenkins/ws/MetaModelica.jl_master:rw,z -v /var/lib/jenkins/ws/MetaModelica.jl_master_tmp:/var/lib/jenkins/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 ******** julia:1.12.0-bookworm cat $ docker top 561668ea11198862b2b08946b4518d286138c29cbce2220bcafc3e1ac83b3002 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1311c17f; decorates RemoteLauncher[hudson.remoting.Channel@31c3684e:r7945-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 e4e32c10fc039fea1d8f6c60a9e5715830c82cbe (master) Commit message: "MM Improvements and bugfixes (#70)" Cloning repository https://github.com/OpenModelica/MetaModelica.jl.git > git init /var/lib/jenkins/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.43.0' 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 e4e32c10fc039fea1d8f6c60a9e5715830c82cbe # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master e4e32c10fc039fea1d8f6c60a9e5715830c82cbe # timeout=10 > git rev-list --no-walk 16e9c67a08b8e662f15e74d1d1fc696043caa25f # 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/MetaModelica.jl_master/MetaModelica.jl [Pipeline] sh + export HOME=/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl + julia -e using Pkg Pkg.Registry.add("General") Pkg.Registry.add(RegistrySpec(url="https://github.com/OpenModelica/OpenModelicaRegistry")) Added `General` registry to ~/.julia/registries Cloning registry from "https://github.com/OpenModelica/OpenModelicaRegistry" Added registry `OpenModelica` to `~/.julia/registries/OpenModelica` [Pipeline] sh + export HOME=/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl + julia -e using Pkg; Pkg.add(PackageSpec(path=".")) Cloning git-repo `/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl` Updating git-repo `/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl` Updating registry at `~/.julia/registries/OpenModelica` Updating git-repo `https://github.com/OpenModelica/OpenModelicaRegistry` Updating registry at `~/.julia/registries/General.toml` Resolving package versions... Installed ConstructionBase ─── v1.6.0 Installed ExportAll ────────── v0.1.2 Installed CompositionsBase ─── v0.1.2 Installed OrderedCollections ─ v1.8.1 Installed InverseFunctions ─── v0.1.17 Installed MacroTools ───────── v0.5.16 Installed FastClosures ─────── v0.3.2 Installed DataStructures ───── v0.19.4 Installed FunctionWrappers ─── v1.1.3 Installed Accessors ────────── v0.1.44 Installed ImmutableList ────── v0.3.1 Updating `~/.julia/environments/v1.12/Project.toml` [9d7f2a79] + MetaModelica v0.3.0 `../../..#master` Updating `~/.julia/environments/v1.12/Manifest.toml` [7d9f7c33] + Accessors v0.1.44 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [864edb3b] + DataStructures v0.19.4 [ad2082ca] + ExportAll v0.1.2 [9aa1b823] + FastClosures v0.3.2 [069b7b12] + FunctionWrappers v1.1.3 [4a558cac] + ImmutableList v0.3.1 [3587e190] + InverseFunctions v0.1.17 [1914dd2f] + MacroTools v0.5.16 [9d7f2a79] + MetaModelica v0.3.0 `../../..#master` [bac558e1] + OrderedCollections v1.8.1 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Precompiling packages... 310.8 ms ✓ FastClosures 309.6 ms ✓ CompositionsBase 328.9 ms ✓ ExportAll 353.1 ms ✓ InverseFunctions 400.7 ms ✓ ConstructionBase 415.1 ms ✓ ImmutableList 442.2 ms ✓ OrderedCollections 545.2 ms ✓ FunctionWrappers 273.4 ms ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt 280.0 ms ✓ InverseFunctions → InverseFunctionsDatesExt 390.3 ms ✓ InverseFunctions → InverseFunctionsTestExt 1194.7 ms ✓ MacroTools 980.5 ms ✓ DataStructures 1302.1 ms ✓ Accessors 346.8 ms ✓ Accessors → TestExt 2047.9 ms ✓ MetaModelica 16 dependencies successfully precompiled in 5 seconds. 11 already precompiled. [Pipeline] sh + export HOME=/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl + julia -e using Pkg; Pkg.test("MetaModelica", coverage=true) Testing MetaModelica Status `/tmp/jl_ZFOFvL/Project.toml` [7d9f7c33] Accessors v0.1.44 [864edb3b] DataStructures v0.19.4 [ad2082ca] ExportAll v0.1.2 [9aa1b823] FastClosures v0.3.2 [069b7b12] FunctionWrappers v1.1.3 [4a558cac] ImmutableList v0.3.1 [1914dd2f] MacroTools v0.5.16 [9d7f2a79] MetaModelica v0.3.0 `../../..#master` [8dfed614] Test v1.11.0 Status `/tmp/jl_ZFOFvL/Manifest.toml` [7d9f7c33] Accessors v0.1.44 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [864edb3b] DataStructures v0.19.4 [ad2082ca] ExportAll v0.1.2 [9aa1b823] FastClosures v0.3.2 [069b7b12] FunctionWrappers v1.1.3 [4a558cac] ImmutableList v0.3.1 [3587e190] InverseFunctions v0.1.17 [1914dd2f] MacroTools v0.5.16 [9d7f2a79] MetaModelica v0.3.0 `../../..#master` [bac558e1] OrderedCollections v1.8.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Precompiling for configuration --code-coverage=@/var/lib/jenkins/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/MetaModelica/O0Pjf --color=auto --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none 316.5 ms ✓ FastClosures 314.0 ms ✓ CompositionsBase 317.2 ms ✓ ExportAll 348.3 ms ✓ InverseFunctions 398.4 ms ✓ ConstructionBase 430.1 ms ✓ ImmutableList 448.0 ms ✓ OrderedCollections 552.5 ms ✓ FunctionWrappers 270.8 ms ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt 288.2 ms ✓ InverseFunctions → InverseFunctionsDatesExt 391.1 ms ✓ InverseFunctions → InverseFunctionsTestExt 1343.7 ms ✓ MacroTools 970.0 ms ✓ DataStructures 1363.2 ms ✓ Accessors 349.6 ms ✓ Accessors → TestExt 2214.4 ms ✓ MetaModelica 16 dependencies successfully precompiled in 5 seconds. 11 already precompiled. Testing Running tests... Test Summary: | Pass Total Time MetaModelica | 172 172 4.8s Testing MetaModelica tests passed [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } $ docker stop --time=1 561668ea11198862b2b08946b4518d286138c29cbce2220bcafc3e1ac83b3002 $ docker rm -f --volumes 561668ea11198862b2b08946b4518d286138c29cbce2220bcafc3e1ac83b3002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS
