Skip to content

Console Output

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