Skip to content

Console Output

22:05:12 Started by timer
22:05:12 Running as SYSTEM
22:05:12 Agent centos-7-fnlrc is provisioned from template centos-7
22:05:12 ---
22:05:12 apiVersion: "v1"
22:05:12 kind: "Pod"
22:05:12 metadata:
22:05:12   labels:
22:05:12     jenkins: "slave"
22:05:12     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
22:05:12     jenkins/label: "migration_jipp-migration_centos-7"
22:05:12   name: "centos-7-fnlrc"
22:05:12   namespace: "papyrus"
22:05:12 spec:
22:05:12   containers:
22:05:12   - env:
22:05:12     - name: "JENKINS_SECRET"
22:05:12       value: "********"
22:05:12     - name: "JENKINS_TUNNEL"
22:05:12       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
22:05:12     - name: "JENKINS_AGENT_NAME"
22:05:12       value: "centos-7-fnlrc"
22:05:12     - name: "JENKINS_REMOTING_JAVA_OPTS"
22:05:12       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
22:05:12         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
22:05:12     - name: "JAVA_TOOL_OPTIONS"
22:05:12       value: ""
22:05:12     - name: "_JAVA_OPTIONS"
22:05:12       value: ""
22:05:12     - name: "OPENJ9_JAVA_OPTIONS"
22:05:12       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
22:05:12     - name: "JENKINS_NAME"
22:05:12       value: "centos-7-fnlrc"
22:05:12     - name: "JENKINS_AGENT_WORKDIR"
22:05:12       value: "/home/jenkins/agent"
22:05:12     - name: "JENKINS_URL"
22:05:12       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
22:05:12     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
22:05:12     imagePullPolicy: "Always"
22:05:12     name: "jnlp"
22:05:12     resources:
22:05:12       limits:
22:05:12         cpu: "2000m"
22:05:12         memory: "4096Mi"
22:05:12       requests:
22:05:12         cpu: "1000m"
22:05:12         memory: "4096Mi"
22:05:12     tty: true
22:05:12     volumeMounts:
22:05:12     - mountPath: "/home/jenkins/.m2/toolchains.xml"
22:05:12       name: "m2-dir"
22:05:12       readOnly: true
22:05:12       subPath: "toolchains.xml"
22:05:12     - mountPath: "/home/jenkins/.mavenrc"
22:05:12       name: "m2-dir"
22:05:12       readOnly: true
22:05:12       subPath: ".mavenrc"
22:05:12     - mountPath: "/opt/tools"
22:05:12       name: "volume-0"
22:05:12       readOnly: false
22:05:12     - mountPath: "/home/jenkins"
22:05:12       name: "volume-2"
22:05:12       readOnly: false
22:05:12     - mountPath: "/home/jenkins/.m2/repository"
22:05:12       name: "volume-3"
22:05:12       readOnly: false
22:05:12     - mountPath: "/home/jenkins/.m2/settings-security.xml"
22:05:12       name: "m2-secret-dir"
22:05:12       readOnly: true
22:05:12       subPath: "settings-security.xml"
22:05:12     - mountPath: "/home/jenkins/.m2/wrapper"
22:05:12       name: "volume-4"
22:05:12       readOnly: false
22:05:12     - mountPath: "/home/jenkins/.m2/settings.xml"
22:05:12       name: "m2-secret-dir"
22:05:12       readOnly: true
22:05:12       subPath: "settings.xml"
22:05:12     - mountPath: "/home/jenkins/.ssh"
22:05:12       name: "volume-1"
22:05:12       readOnly: false
22:05:12       subPath: ""
22:05:12     - mountPath: "/home/jenkins/agent"
22:05:12       name: "workspace-volume"
22:05:12       readOnly: false
22:05:12     workingDir: "/home/jenkins/agent"
22:05:12   nodeSelector:
22:05:12     kubernetes.io/os: "linux"
22:05:12   restartPolicy: "Never"
22:05:12   volumes:
22:05:12   - name: "volume-0"
22:05:12     persistentVolumeClaim:
22:05:12       claimName: "tools-claim-jiro-papyrus"
22:05:12       readOnly: true
22:05:12   - name: "m2-secret-dir"
22:05:12     secret:
22:05:12       secretName: "m2-secret-dir"
22:05:12   - emptyDir:
22:05:12       medium: ""
22:05:12     name: "volume-2"
22:05:12   - configMap:
22:05:12       name: "m2-dir"
22:05:12     name: "m2-dir"
22:05:12   - configMap:
22:05:12       name: "known-hosts"
22:05:12     name: "volume-1"
22:05:12   - emptyDir:
22:05:12       medium: ""
22:05:12     name: "workspace-volume"
22:05:12   - emptyDir:
22:05:12       medium: ""
22:05:12     name: "volume-4"
22:05:12   - emptyDir:
22:05:12       medium: ""
22:05:12     name: "volume-3"
22:05:12 
22:05:12 Building remotely on centos-7-fnlrc (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-Master
22:05:12 The recommended git tool is: NONE
22:05:14 No credentials specified
22:05:14 Cloning the remote Git repository
22:05:14 Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git
22:05:14  > git init /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-Master/source # timeout=10
22:05:14 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git
22:05:14  > git --version # timeout=10
22:05:14  > git --version # 'git version 2.36.6'
22:05:14  > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git +refs/heads/*:refs/remotes/origin/* # timeout=10
22:05:17  > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git # timeout=10
22:05:17  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
22:05:17 Avoid second fetch
22:05:17  > git rev-parse origin/master^{commit} # timeout=10
22:05:17 Checking out Revision 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 (origin/master)
22:05:17  > git config core.sparsecheckout # timeout=10
22:05:17  > git checkout -f 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 # timeout=10
22:05:18 Commit message: "Bug 581538 - [Papyrus4Manufacturing] Adding a new communication protocol"
22:05:18  > git rev-list --no-walk 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 # timeout=10
22:05:18 Cleaning workspace
22:05:18  > git rev-parse --verify HEAD # timeout=10
22:05:18 Resetting working tree
22:05:18  > git reset --hard # timeout=10
22:05:18  > git clean -fdx # timeout=10
22:05:18 [Papyrus-Manufacturing-AAS-Master] $ /opt/tools/apache-maven/latest/bin/mvn -f source/aas/pom.xml -DSIGN=false -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-Master/.repository clean verify -PjbossP2
22:05:19 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
22:05:19 Maven home: /opt/tools/apache-maven/latest
22:05:19 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
22:05:19 Default locale: en_US, platform encoding: UTF-8
22:05:19 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
22:05:20 [INFO] Scanning for projects...
22:05:39 [WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
22:05:39 This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
22:05:40 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-Master/source/aas/releng/targetPlatform/org.eclipse.papyrus.aas.target.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.AllKnownEEsResolutionHints@48204, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@33d2f9d3...
22:05:40 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
22:05:40 SLF4J: Defaulting to no-operation (NOP) logger implementation
22:05:40 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
22:05:42 [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-Master/source/aas/releng/targetPlatform/org.eclipse.papyrus.aas.target.target: Failed to load p2 metadata repository from location https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/: No repository found at https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository. -> [Help 1]
22:05:42 [ERROR] 
22:05:42 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
22:05:42 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
22:05:42 [ERROR] 
22:05:42 [ERROR] For more information about the errors and possible solutions, please read the following articles:
22:05:42 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
22:05:43 Build step 'Invoke top-level Maven targets' marked build as failure
22:05:43 Sending e-mails to: saadia.dhouib@cea.fr
22:05:48 Archiving artifacts
22:05:48 Finished: FAILURE