Push event to branch Update-the-version-of-OMJulia 18:15:11 Connecting to https://api.github.com using GitHub Access Token Obtained .CI/Jenkinsfile from 2e863322c6eeb9ae749767cfd200bed733817c14 [Pipeline] Start of Pipeline [Pipeline] node Running on asap-1 in /var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Agent Setup) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker pull docker.openmodelica.org/omjulia-build-deps:v0.1.0 v0.1.0: Pulling from omjulia-build-deps 741437d97401: Pulling fs layer 82ad57f7f512: Pulling fs layer cc3d78a412d8: Pulling fs layer 5f4b255c720c: Pulling fs layer bb764ce8a1e0: Pulling fs layer 5f4b255c720c: Waiting bb764ce8a1e0: Waiting 82ad57f7f512: Verifying Checksum 82ad57f7f512: Download complete 741437d97401: Download complete 741437d97401: Pull complete 82ad57f7f512: Pull complete cc3d78a412d8: Verifying Checksum cc3d78a412d8: Download complete bb764ce8a1e0: Verifying Checksum bb764ce8a1e0: Download complete 5f4b255c720c: Verifying Checksum 5f4b255c720c: Download complete cc3d78a412d8: Pull complete 5f4b255c720c: Pull complete bb764ce8a1e0: Pull complete Digest: sha256:015c182823cdb8a603b1e2a69a87c7f1ad1e3c71e50c43a6aa1066f8b1ce4990 Status: Downloaded newer image for docker.openmodelica.org/omjulia-build-deps:v0.1.0 docker.openmodelica.org/omjulia-build-deps:v0.1.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . docker.openmodelica.org/omjulia-build-deps:v0.1.0 . [Pipeline] } [Pipeline] // withEnv [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/jl_Update-the-version-of-OMJulia -v /var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia:/var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia:rw,z -v /var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia@tmp:/var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia@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 ******** docker.openmodelica.org/omjulia-build-deps:v0.1.0 cat $ docker top 723734ba23059bc806ff7df33311cf53d491643faa0c8544c79c137294a4b3e5 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia/OMJulia.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@2aeeca0b; decorates RemoteLauncher[hudson.remoting.Channel@309b809a:asap-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 2e863322c6eeb9ae749767cfd200bed733817c14 (Update-the-version-of-OMJulia) Commit message: "Updated the version number, added Arun to authors" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.25.1' Cloning repository https://github.com/OpenModelica/OMJulia.jl.git > git init /var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia/OMJulia.jl # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OMJulia.jl.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMJulia.jl.git +refs/heads/Update-the-version-of-OMJulia:refs/remotes/origin/Update-the-version-of-OMJulia # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OMJulia.jl.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/Update-the-version-of-OMJulia:refs/remotes/origin/Update-the-version-of-OMJulia # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e863322c6eeb9ae749767cfd200bed733817c14 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b Update-the-version-of-OMJulia 2e863322c6eeb9ae749767cfd200bed733817c14 # 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 723734ba2305 [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/jl_Update-the-version-of-OMJulia/OMJulia.jl"); ERROR: Pkg.TOML.ParserError(141, 142, "expected `]`, but found `<`") Stacktrace: [1] parse(::IOStream) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/ext/TOML/src/TOML.jl:33 [2] read_project at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:436 [inlined] [3] #open#294(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::typeof(Pkg.Types.read_project), ::String) at ./iostream.jl:369 [4] open at ./iostream.jl:367 [inlined] [5] read_project(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:443 [6] read_package(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:448 [7] parse_package!(::Pkg.Types.Context, ::Pkg.Types.PackageSpec, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:708 [8] #handle_repos_add!#32(::Bool, ::Nothing, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:688 [9] #handle_repos_add! at ./none:0 [inlined] [10] #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:54 [11] (::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 [12] 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 [13] #invokelatest#1(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:697 [14] invokelatest(::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:696 [15] 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 [16] #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 [17] #do_cmd at ./sysimg.jl:0 [inlined] [18] pkgstr(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/REPLMode.jl:742 [19] 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 % Fetching: [============> ] 28.3 % Fetching: [===============================> ] 77.0 % [?25h Cloning git-repo `/var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia/OMJulia.jl` [?25l[?25h Updating git-repo `/var/lib/jenkins1/ws/jl_Update-the-version-of-OMJulia/OMJulia.jl` [?25l[?25h [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } $ docker stop --time=1 723734ba23059bc806ff7df33311cf53d491643faa0c8544c79c137294a4b3e5 $ docker rm -f 723734ba23059bc806ff7df33311cf53d491643faa0c8544c79c137294a4b3e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE