Skip to content

Console Output

Push event to branch master
17:05:35 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token)
Obtained .CI/Jenkinsfile from 296e6898a0cdc6c73e8143989dc216bc83c65388
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on asap-1 in /var/lib/jenkins1/ws/OMJulia.jl_master_2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Agent Setup)
[Pipeline] sh
+ docker pull docker.openmodelica.org/omjulia-build-deps:v0.1.0
v0.1.0: Pulling from omjulia-build-deps
Digest: sha256:015c182823cdb8a603b1e2a69a87c7f1ad1e3c71e50c43a6aa1066f8b1ce4990
Status: Image is up to date for docker.openmodelica.org/omjulia-build-deps:v0.1.0
docker.openmodelica.org/omjulia-build-deps:v0.1.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
+ docker inspect -f . docker.openmodelica.org/omjulia-build-deps:v0.1.0
.
[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/OMJulia.jl_master_2 -v /var/lib/jenkins1/ws/OMJulia.jl_master_2:/var/lib/jenkins1/ws/OMJulia.jl_master_2:rw,z -v /var/lib/jenkins1/ws/OMJulia.jl_master_2@tmp:/var/lib/jenkins1/ws/OMJulia.jl_master_2@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 ******** docker.openmodelica.org/omjulia-build-deps:v0.1.0 cat
$ docker top 4c39c67c255bc7a9505ca175aadd3e427d51fc02fce26c2665778f1ad5e50b6b -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl
[Pipeline] {
[Pipeline] checkout
using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision 296e6898a0cdc6c73e8143989dc216bc83c65388 (master)
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.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/OMJulia.jl.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress https://github.com/OpenModelica/OMJulia.jl.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 296e6898a0cdc6c73e8143989dc216bc83c65388 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 296e6898a0cdc6c73e8143989dc216bc83c65388 # timeout=10
Commit message: "check for omc process status to avoid freezing"
 > git rev-list --no-walk 903d7c5042734b112b2b894fca8871c0eba0154e # timeout=10
Cleaning workspace
[Pipeline] sh
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
+ hostname
4c39c67c255b
[Pipeline] sh
+ cd /home/julia
+ tar xf /home/julia.tar
[Pipeline] sh
+ test -d /home/julia/.julia/compiled/v1.0/PEG/
[Pipeline] sh
+ julia -e using Pkg; Pkg.REPLMode.pkgstr("add /var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl");
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l    Fetching: [>                                        ]  0.0 %
    Resolving Deltas: [==========================>              ]  64.1 %
    Resolving Deltas: [===========================>             ]  67.3 %
    Resolving Deltas: [=============================>           ]  71.0 %
    Resolving Deltas: [==============================>          ]  74.7 %
    Resolving Deltas: [================================>        ]  78.3 %
    Resolving Deltas: [=================================>       ]  82.4 %
    Resolving Deltas: [======================================>  ]  94.1 %
[?25h   Cloning git-repo `/var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl`
[?25l[?25h  Updating git-repo `/var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl`
[?25l[?25h Resolving package versions...
 Installed DataAPI ───────────────────── v1.0.1
 Installed Missings ──────────────────── v0.4.2
 Installed Parsers ───────────────────── v0.3.7
 Installed CodecZlib ─────────────────── v0.6.0
 Installed TableTraits ───────────────── v1.0.0
 Installed DataStreams ───────────────── v0.4.2
 Installed OrderedCollections ────────── v1.1.0
 Installed DataValueInterfaces ───────── v1.0.0
 Installed IteratorInterfaceExtensions ─ v1.0.0
 Installed WeakRefStrings ────────────── v0.5.8
 Installed JSON ──────────────────────── v0.21.0
 Installed Tables ────────────────────── v0.2.11
 Installed BinaryProvider ────────────── v0.5.6
 Installed StatsBase ─────────────────── v0.32.0
 Installed CategoricalArrays ─────────── v0.6.0
 Installed TranscodingStreams ────────── v0.9.5
  Updating `~/.julia/environments/v1.0/Project.toml`
  [0f4fe800] + OMJulia v0.1.0 #master (/var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl)
  Updating `~/.julia/environments/v1.0/Manifest.toml`
  [b99e7846] ↑ BinaryProvider v0.5.3 ⇒ v0.5.6
  [324d7699] ↑ CategoricalArrays v0.5.2 ⇒ v0.6.0
  [944b1d66] ↑ CodecZlib v0.5.1 ⇒ v0.6.0
  [9a962f9c] + DataAPI v1.0.1
  [9a8bc11e] ↑ DataStreams v0.4.1 ⇒ v0.4.2
  [e2d170a0] + DataValueInterfaces v1.0.0
  [82899510] ↑ IteratorInterfaceExtensions v0.1.1 ⇒ v1.0.0
  [682c06a0] + JSON v0.21.0
  [e1d29d7a] ↑ Missings v0.4.0 ⇒ v0.4.2
  [0f4fe800] + OMJulia v0.1.0 #master (/var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl)
  [bac558e1] ↑ OrderedCollections v1.0.2 ⇒ v1.1.0
  [69de0a69] + Parsers v0.3.7
  [ae029012] - Requires v0.5.2
  [2913bbd2] ↑ StatsBase v0.27.0 ⇒ v0.32.0
  [3783bdb8] ↑ TableTraits v0.4.1 ⇒ v1.0.0
  [bd369af6] ↑ Tables v0.1.15 ⇒ v0.2.11
  [3bb67fe8] ↑ TranscodingStreams v0.8.1 ⇒ v0.9.5
  [ea10d353] ↑ WeakRefStrings v0.5.7 ⇒ v0.5.8
  Building CodecZlib → `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
[Pipeline] sh
+ julia -e using Pkg; Pkg.test("OMJulia", coverage=true)
Test Summary: | Pass  Total
OMJulia       |   20     20
   Testing OMJulia
    Status `/tmp/tmpT38i0A/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.6
  [324d7699] CategoricalArrays v0.6.0
  [944b1d66] CodecZlib v0.6.0
  [34da2185] Compat v1.5.1
  [9a962f9c] DataAPI v1.0.1
  [a93c6f00] DataFrames v0.17.1
  [9a8bc11e] DataStreams v0.4.2
  [864edb3b] DataStructures v0.15.0
  [e2d170a0] DataValueInterfaces v1.0.0
  [82899510] IteratorInterfaceExtensions v1.0.0
  [682c06a0] JSON v0.21.0
  [9c8b4983] LightXML v0.8.0
  [e1d29d7a] Missings v0.4.2
  [0f4fe800] OMJulia v0.1.0 #master (/var/lib/jenkins1/ws/OMJulia.jl_master_2/OMJulia.jl)
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.7
  [189a3867] Reexport v0.2.0
  [a2af1166] SortingAlgorithms v0.3.1
  [2913bbd2] StatsBase v0.32.0
  [3783bdb8] TableTraits v1.0.0
  [bd369af6] Tables v0.2.11
  [3bb67fe8] TranscodingStreams v0.9.5
  [ea10d353] WeakRefStrings v0.5.8
  [c2297ded] ZMQ v1.0.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [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`]
   Testing OMJulia tests passed 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 4c39c67c255bc7a9505ca175aadd3e427d51fc02fce26c2665778f1ad5e50b6b
$ docker rm -f 4c39c67c255bc7a9505ca175aadd3e427d51fc02fce26c2665778f1ad5e50b6b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS