Skip to content

Console Output

Push event to branch updateREADME
18:03:51 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token)
Obtained .CI/Jenkinsfile from 2c2db82c18931aed0c9d5a33ad7cab4429dc1c8a
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on asap-1 in /var/lib/jenkins1/ws/OMJulia.jl_updateREADME
[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_updateREADME -v /var/lib/jenkins1/ws/OMJulia.jl_updateREADME:/var/lib/jenkins1/ws/OMJulia.jl_updateREADME:rw,z -v /var/lib/jenkins1/ws/OMJulia.jl_updateREADME@tmp:/var/lib/jenkins1/ws/OMJulia.jl_updateREADME@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 af09c0174d8b9ecfe59bdeb46f85c3c1e3a750fdffabb17187107da7e2ac7f37 -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl
[Pipeline] {
[Pipeline] checkout
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMJulia.jl.git
 > git init /var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl # 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/updateREADME:refs/remotes/origin/updateREADME # timeout=10
Cleaning workspace
Fetching without tags
Checking out Revision 2c2db82c18931aed0c9d5a33ad7cab4429dc1c8a (updateREADME)
Commit message: "Updatet README to show quit functionality. Example is now runable."
First time build. Skipping changelog.
Cleaning workspace
 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.jl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/updateREADME:refs/remotes/origin/updateREADME # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.jl.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMJulia.jl.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress https://github.com/OpenModelica/OMJulia.jl.git +refs/heads/updateREADME:refs/remotes/origin/updateREADME # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2c2db82c18931aed0c9d5a33ad7cab4429dc1c8a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b updateREADME 2c2db82c18931aed0c9d5a33ad7cab4429dc1c8a # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] sh
+ hostname
af09c0174d8b
[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_updateREADME/OMJulia.jl");
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l    Fetching: [>                                        ]  0.0 %
    Fetching: [============>                            ]  28.0 %
    Fetching: [=====================================>   ]  92.4 %
[?25h   Cloning git-repo `/var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl`
[?25l[?25h  Updating git-repo `/var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl`
[?25l[?25h Resolving package versions...
 Installed Missings ──────────────────── v0.4.1
 Installed DataValueInterfaces ───────── v1.0.0
 Installed DataAPI ───────────────────── v1.0.1
 Installed CodecZlib ─────────────────── v0.6.0
 Installed Parsers ───────────────────── v0.3.6
 Installed OrderedCollections ────────── v1.1.0
 Installed TableTraits ───────────────── v1.0.0
 Installed DataStreams ───────────────── v0.4.2
 Installed WeakRefStrings ────────────── v0.5.8
 Installed IteratorInterfaceExtensions ─ v1.0.0
 Installed JSON ──────────────────────── v0.21.0
 Installed Tables ────────────────────── v0.2.11
 Installed BinaryProvider ────────────── v0.5.6
 Installed CategoricalArrays ─────────── v0.5.5
 Installed StatsBase ─────────────────── v0.32.0
 Installed TranscodingStreams ────────── v0.9.5
  Updating `~/.julia/environments/v1.0/Project.toml`
  [0f4fe800] + OMJulia v0.1.0 #updateREADME (/var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl)
  Updating `~/.julia/environments/v1.0/Manifest.toml`
  [b99e7846] ↑ BinaryProvider v0.5.3 ⇒ v0.5.6
  [324d7699] ↑ CategoricalArrays v0.5.2 ⇒ v0.5.5
  [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.1
  [0f4fe800] + OMJulia v0.1.0 #updateREADME (/var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl)
  [bac558e1] ↑ OrderedCollections v1.0.2 ⇒ v1.1.0
  [69de0a69] + Parsers v0.3.6
  [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       |   21     21
   Testing OMJulia
    Status `/tmp/tmpnNr8B1/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.6
  [324d7699] CategoricalArrays v0.5.5
  [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.1
  [0f4fe800] OMJulia v0.1.0 #updateREADME (/var/lib/jenkins1/ws/OMJulia.jl_updateREADME/OMJulia.jl)
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.6
  [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 af09c0174d8b9ecfe59bdeb46f85c3c1e3a750fdffabb17187107da7e2ac7f37
$ docker rm -f af09c0174d8b9ecfe59bdeb46f85c3c1e3a750fdffabb17187107da7e2ac7f37
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS