Skip to content
Success

Console Output

Push event to branch master
13:16:38 Connecting to https://api.github.com using GitHub Access Token
Obtained .CI/Jenkinsfile from 16e9c67a08b8e662f15e74d1d1fc696043caa25f
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ripper2-2 in /var/lib/jenkins2/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
Digest: sha256:7ba0f936bdbc0c9460568699a1eee920775aa6b6b4a9a703a4ec7fed23e5d6bf
Status: Image is up to date 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
ripper2-2 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins2/ws/MetaModelica.jl_master -v /var/lib/jenkins2/ws/MetaModelica.jl_master:/var/lib/jenkins2/ws/MetaModelica.jl_master:rw,z -v /var/lib/jenkins2/ws/MetaModelica.jl_master_tmp:/var/lib/jenkins2/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.12.0-bookworm cat
$ docker top 876735e5234af7faaa2cad622f680e73880841b4fca7a8530326c546ad39fc7c -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /var/lib/jenkins2/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@4682d2a2; decorates RemoteLauncher[hudson.remoting.Channel@6984a282:ripper2-2] 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 16e9c67a08b8e662f15e74d1d1fc696043caa25f (master)
Commit message: "Better rules for @fastmatch.  Adjusted line numbers and providing additional static checks. (#69)"
Cloning repository https://github.com/OpenModelica/MetaModelica.jl.git
 > git init /var/lib/jenkins2/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 16e9c67a08b8e662f15e74d1d1fc696043caa25f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 16e9c67a08b8e662f15e74d1d1fc696043caa25f # timeout=10
 > git rev-list --no-walk b15cbbd0a77bc49269e899d63a44d585b67524ec # 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/jenkins2/ws/MetaModelica.jl_master/MetaModelica.jl
[Pipeline] sh
+ export HOME=/var/lib/jenkins2/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/jenkins2/ws/MetaModelica.jl_master/MetaModelica.jl
+ julia -e using Pkg; Pkg.add(PackageSpec(path="."))
     Cloning git-repo `/var/lib/jenkins2/ws/MetaModelica.jl_master/MetaModelica.jl`
    Updating git-repo `/var/lib/jenkins2/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 FastClosures ─────── v0.3.2
   Installed ExportAll ────────── v0.1.2
   Installed ConstructionBase ─── v1.6.0
   Installed CompositionsBase ─── v0.1.2
   Installed InverseFunctions ─── v0.1.17
   Installed MacroTools ───────── v0.5.16
   Installed OrderedCollections ─ v1.8.1
   Installed FunctionWrappers ─── v1.1.3
   Installed DataStructures ───── v0.19.4
   Installed Accessors ────────── v0.1.44
   Installed ImmutableList ────── v0.3.1
    Updating `~/.julia/environments/v1.12/Project.toml`
  [9d7f2a79] + MetaModelica v0.2.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.2.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...
    853.7 ms  ✓ CompositionsBase
    914.8 ms  ✓ FastClosures
    915.7 ms  ✓ ExportAll
   1082.5 ms  ✓ ConstructionBase
   1082.0 ms  ✓ InverseFunctions
   1338.7 ms  ✓ ImmutableList
   1412.8 ms  ✓ OrderedCollections
    668.6 ms  ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt
    726.1 ms  ✓ InverseFunctions → InverseFunctionsDatesExt
    949.5 ms  ✓ InverseFunctions → InverseFunctionsTestExt
   2044.3 ms  ✓ FunctionWrappers
   3784.3 ms  ✓ MacroTools
   2611.1 ms  ✓ DataStructures
   3755.3 ms  ✓ Accessors
    909.7 ms  ✓ Accessors → TestExt
   6163.9 ms  ✓ MetaModelica
  16 dependencies successfully precompiled in 15 seconds. 11 already precompiled.
[Pipeline] sh
+ export HOME=/var/lib/jenkins2/ws/MetaModelica.jl_master/MetaModelica.jl
+ julia -e using Pkg; Pkg.test("MetaModelica", coverage=true)
     Testing MetaModelica
      Status `/tmp/jl_SOR5Bo/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.2.0 `../../..#master`
  [8dfed614] Test v1.11.0
      Status `/tmp/jl_SOR5Bo/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.2.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/jenkins2/ws/MetaModelica.jl_master/MetaModelica.jl/.julia/packages/MetaModelica/eCaT4 --color=auto --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none
    704.7 ms  ✓ CompositionsBase
    743.2 ms  ✓ FastClosures
    894.8 ms  ✓ ExportAll
    919.7 ms  ✓ ImmutableList
   1075.1 ms  ✓ ConstructionBase
   1046.3 ms  ✓ InverseFunctions
   1140.2 ms  ✓ OrderedCollections
    612.9 ms  ✓ CompositionsBase → CompositionsBaseInverseFunctionsExt
    646.5 ms  ✓ InverseFunctions → InverseFunctionsDatesExt
   1736.1 ms  ✓ FunctionWrappers
    980.2 ms  ✓ InverseFunctions → InverseFunctionsTestExt
   2479.1 ms  ✓ DataStructures
   4166.0 ms  ✓ MacroTools
   3738.2 ms  ✓ Accessors
    956.7 ms  ✓ Accessors → TestExt
   6522.9 ms  ✓ MetaModelica
  16 dependencies successfully precompiled in 16 seconds. 11 already precompiled.
     Testing Running tests...
Test Summary: | Pass  Total   Time
MetaModelica  |  144    144  12.6s
     Testing MetaModelica tests passed 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 876735e5234af7faaa2cad622f680e73880841b4fca7a8530326c546ad39fc7c
$ docker rm -f --volumes 876735e5234af7faaa2cad622f680e73880841b4fca7a8530326c546ad39fc7c
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS