Skip to content

Console Output

Started by user Tinnerholm John
17:25:42 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token)
Obtained .CI/Jenkinsfile from 029271c3a73354a338a7bea283138af90b804b53
Running in Durability level: MAX_SURVIVABILITY
[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] 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] isUnix
[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/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 ******** docker.openmodelica.org/omjulia-build-deps:v0.1.0 cat
$ docker top 22a0f2c4098238086fe8ac2ed11b742562088ccedc6d34d9f9c104ebe8a701d1 -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
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
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
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/OpenModelica/MetaModelica.jl.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
Checking out Revision 029271c3a73354a338a7bea283138af90b804b53 (master)
Commit message: "Update Dockerfile"
 > 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 remote.origin.url https://github.com/OpenModelica/MetaModelica.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/MetaModelica.jl.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/OpenModelica/MetaModelica.jl.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 029271c3a73354a338a7bea283138af90b804b53 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 029271c3a73354a338a7bea283138af90b804b53 # timeout=10
 > git rev-list --no-walk 8c9a1088642f7ee4919b157ea206a90b138e1104 # 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
+ hostname
22a0f2c40982
[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/MetaModelica.jl_master/MetaModelica.jl");
┌ Warning: julia version requirement for package MetaModelica not satisfied
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:153
ERROR: Unsatisfiable requirements detected for package ImmutableList [4a558cac]:
 ImmutableList [4a558cac] log:
 ├─possible versions are: 0.1.1 or uninstalled
 ├─restricted to versions * by MetaModelica [9d7f2a79], leaving only versions 0.1.1
 │ └─MetaModelica [9d7f2a79] log:
 │   ├─possible versions are: 0.0.2 or uninstalled
 │   └─MetaModelica [9d7f2a79] is fixed to version 0.0.2
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
Stacktrace:
 [1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1005
 [2] propagate_constraints! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:946 [inlined]
 [3] #simplify_graph!#121(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1460
 [4] simplify_graph! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1460 [inlined] (repeats 2 times)
 [5] resolve_versions!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Nothing) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:373
 [6] resolve_versions! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:316 [inlined]
 [7] #add_or_develop#62(::Array{Base.UUID,1}, ::Symbol, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1201
 [8] #add_or_develop at ./none:0 [inlined]
 [9] #add_or_develop#13(::Symbol, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:64
 [10] (::getfield(Pkg.API, Symbol("#kw##add_or_develop")))(::NamedTuple{(:mode,),Tuple{Symbol}}, ::typeof(Pkg.API.add_or_develop), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at ./none:0
 [11] do_add!(::Dict{Symbol,Any}, ::Array{Pkg.Types.PackageSpec,1}, ::Dict{Symbol,Any}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/REPLMode.jl:709
 [12] #invokelatest#1(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:697
 [13] invokelatest(::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:696
 [14] do_cmd!(::Pkg.REPLMode.PkgCommand, ::Pkg.REPLMode.MiniREPL) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/REPLMode.jl:603
 [15] #do_cmd#33(::Bool, ::Function, ::Pkg.REPLMode.MiniREPL, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/REPLMode.jl:577
 [16] #do_cmd at ./sysimg.jl:0 [inlined]
 [17] pkgstr(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/REPLMode.jl:742
 [18] top-level scope at none:0
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l    Fetching: [>                                        ]  0.0 %
    Resolving Deltas: [================>                        ]  38.2 %
    Resolving Deltas: [===============================>         ]  76.1 %
    Resolving Deltas: [===============================>         ]  76.7 %
    Resolving Deltas: [================================>        ]  78.5 %
    Resolving Deltas: [=================================>       ]  81.0 %
    Resolving Deltas: [==================================>      ]  83.3 %
    Resolving Deltas: [===================================>     ]  85.4 %
    Resolving Deltas: [===================================>     ]  87.1 %
    Resolving Deltas: [====================================>    ]  89.1 %
    Resolving Deltas: [=====================================>   ]  91.9 %
    Resolving Deltas: [========================================>]  99.4 %
[?25h   Cloning git-repo `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl`
[?25l[?25h  Updating git-repo `/var/lib/jenkins1/ws/MetaModelica.jl_master/MetaModelica.jl`
[?25l[?25h Resolving package versions...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 22a0f2c4098238086fe8ac2ed11b742562088ccedc6d34d9f9c104ebe8a701d1
$ docker rm -f 22a0f2c4098238086fe8ac2ed11b742562088ccedc6d34d9f9c104ebe8a701d1
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE