Push event to branch maintenance/v0.2.0 14:07:11 Connecting to https://api.github.com using GitHub Access Token Obtained .CI/Jenkinsfile from 5e9600ab407b3bd80ec2e8ff1b4045d8935a9b38 [Pipeline] Start of Pipeline [Pipeline] node Running on ryzen-5950x-2-1 in /var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0 [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 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] // 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 ryzen-5950x-2-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_maintenance_v0.2.0 -v /var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0:/var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0:rw,z -v /var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0_tmp:/var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0_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 3f23436e59d5b3cd9f03a5d90c37e86972ccc40409d08329ee125ff1099fa61b -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0/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@379b6bda; decorates RemoteLauncher[hudson.remoting.Channel@26525fab:ryzen-5950x-2-1] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Checking out Revision 5e9600ab407b3bd80ec2e8ff1b4045d8935a9b38 (maintenance/v0.2.0) Commit message: "Update Jenkinsfile" > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/OMJulia.jl_maintenance_v0.2.0/OMJulia.jl/.git # 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 > 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/maintenance/v0.2.0:refs/remotes/origin/maintenance/v0.2.0 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e9600ab407b3bd80ec2e8ff1b4045d8935a9b38 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D maintenance/v0.2.0 # timeout=10 > git checkout -b maintenance/v0.2.0 5e9600ab407b3bd80ec2e8ff1b4045d8935a9b38 # timeout=10 > git rev-list --no-walk 09a8716bc2f998f158425d63eb99a3d58f5de672 # 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 3f23436e59d5 [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.add(.); ERROR: syntax: invalid identifier name "." [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } $ docker stop --time=1 3f23436e59d5b3cd9f03a5d90c37e86972ccc40409d08329ee125ff1099fa61b $ docker rm -f 3f23436e59d5b3cd9f03a5d90c37e86972ccc40409d08329ee125ff1099fa61b [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