Started by user Quentin Le Menez Running as Quentin Le Menez Agent centos-7-6txc7 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-6txc7" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-6txc7" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-6txc7" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-6txc7 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/papyrus-iotml-photon The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus-iotml.git > git init /home/jenkins/agent/workspace/papyrus-iotml-photon # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus-iotml.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus-iotml.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus-iotml.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 112329aee9de07aa5721232a75e5543c5616f69b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 112329aee9de07aa5721232a75e5543c5616f69b # timeout=10 Commit message: "Bug 567842 - [IoTML] SensiNact code generator integration" > git rev-list --no-walk 112329aee9de07aa5721232a75e5543c5616f69b # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [papyrus-iotml-photon] $ vncserver -list Starting xvnc [papyrus-iotml-photon] $ Xvnc :37 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue Nov 24 17:53:15 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5937 vncext: created VNC server for screen 0 [papyrus-iotml-photon] $ /bin/sh -xe /tmp/jenkins3983662716464537126.sh + git clean -fdx Removing .Xauthority-943352535828830059 [papyrus-iotml-photon] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/papyrus-iotml-photon/.repository clean verify -Peclipse-pack -Peclipse-sign -Pp2 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.iotml:org.eclipse.papyrus.iotml.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-iotml-photon/org.eclipse.papyrus.iotml.profile/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2019-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-12/ (482B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-12/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-12/ (19.16kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-12/201912181000/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-12/201912181000/ (827.81kB) [INFO] Fetching p2.index from http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/latest/ (172B) [INFO] Adding repository http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/latest [INFO] Fetching content.xml.xz from http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/latest/ (7.71kB) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases [INFO] Fetching content.jar from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases/ (42.01kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/ (134B) [INFO] Adding repository http://download.eclipse.org/modeling/emf/compare/updates/releases/latest [INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/ (421B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/core/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/core/ (13.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/extras/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/compare/updates/releases/latest/extras/ (6.2kB) [INFO] Fetching p2.index from https://hudson.eclipse.org/papyrus/job/papyrus-marte-oxygen/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/ (172B) [INFO] Adding repository https://hudson.eclipse.org/papyrus/job/papyrus-marte-oxygen/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository [INFO] Fetching content.xml.xz from https://hudson.eclipse.org/papyrus/job/papyrus-marte-oxygen/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/ (7.03kB) [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/ (9.93kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/papyrus/components/moka/2019-03/ (130B) [INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/components/moka/2019-03 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/moka/2019-03/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/papyrus/components/moka/2019-03/4.0.0_papyrus-moka-master_1223/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/mdt/papyrus/components/moka/2019-03/4.0.0_papyrus-moka-master_1223/ (9.18kB) [INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/components/incubation [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/diagramtemplate/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/diagramtemplate/updates/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/diagramtemplate/updates/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/diagramtemplate/updates/oxygen/1.2.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/diagramtemplate/updates/oxygen/1.2.0/ (4.68kB) [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/dsml.validation/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/dsml.validation/updates/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/dsml.validation/updates/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/dsml.validation/updates/oxygen/1.2.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/dsml.validation/updates/oxygen/1.2.0/ (5.14kB) [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers/updates/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers/updates/2018-09/ [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/papyrus-iotml-photon/org.eclipse.papyrus.iotml.targetplatform.photon/org.eclipse.papyrus.iotml.targetplatform.photon.target: Failed to load p2 metadata repository from location http://download.eclipse.org/modeling/mdt/papyrus/components/incubation: Unable to read repository at http://download.eclipse.org/modeling/mdt/papyrus/components/incubation. Unable to read repository at http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers. Unable to read repository at http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers/updates. Unable to read repository at http://download.eclipse.org/modeling/mdt/papyrus/components/incubation/layers/updates/2018-09. No repository found at https://hudson.eclipse.org/papyrus/job/Papyrus-Incubation-Layers/lastSuccessfulBuild/artifact/layers/releng/org.eclipse.papyrus.incubation.layers.p2/target/repository. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Taking screenshot. [papyrus-iotml-photon] $ echo $XAUTHORITY /home/jenkins/agent/workspace/papyrus-iotml-photon/.Xauthority-943352535828830059 [papyrus-iotml-photon] $ ls -l $XAUTHORITY ls: cannot access /home/jenkins/agent/workspace/papyrus-iotml-photon/.Xauthority-943352535828830059: No such file or directory [papyrus-iotml-photon] $ import -window root -display :37 screenshot.jpg Terminating xvnc. Recording test results Archiving artifacts Finished: FAILURE