Skip to content

Console Output

00:54:39 Started by an SCM change
00:54:39 Running as SYSTEM
00:54:39 Agent centos-7-62m3k is provisioned from template centos-7
00:54:39 ---
00:54:39 apiVersion: "v1"
00:54:39 kind: "Pod"
00:54:39 metadata:
00:54:39   annotations: {}
00:54:39   labels:
00:54:39     jenkins: "slave"
00:54:39     jenkins/label: "migration_jipp-migration_centos-7"
00:54:39   name: "centos-7-62m3k"
00:54:39 spec:
00:54:39   containers:
00:54:39   - env:
00:54:39     - name: "JENKINS_SECRET"
00:54:39       value: "********"
00:54:39     - name: "JENKINS_TUNNEL"
00:54:39       value: "jenkins-discovery.swtbot.svc.cluster.local:50000"
00:54:39     - name: "JENKINS_AGENT_NAME"
00:54:39       value: "centos-7-62m3k"
00:54:39     - name: "JENKINS_REMOTING_JAVA_OPTS"
00:54:39       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
00:54:39         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
00:54:39     - name: "JAVA_TOOL_OPTIONS"
00:54:39       value: ""
00:54:39     - name: "_JAVA_OPTIONS"
00:54:39       value: ""
00:54:39     - name: "OPENJ9_JAVA_OPTIONS"
00:54:39       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
00:54:39     - name: "JENKINS_NAME"
00:54:39       value: "centos-7-62m3k"
00:54:39     - name: "JENKINS_AGENT_WORKDIR"
00:54:39       value: "/home/jenkins/agent"
00:54:39     - name: "JENKINS_URL"
00:54:39       value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/"
00:54:39     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
00:54:39     imagePullPolicy: "Always"
00:54:39     name: "jnlp"
00:54:39     resources:
00:54:39       limits:
00:54:39         memory: "4096Mi"
00:54:39         cpu: "2000m"
00:54:39       requests:
00:54:39         memory: "4096Mi"
00:54:39         cpu: "1000m"
00:54:39     securityContext:
00:54:39       privileged: false
00:54:39     tty: true
00:54:39     volumeMounts:
00:54:39     - mountPath: "/home/jenkins/.m2/toolchains.xml"
00:54:39       name: "m2-dir"
00:54:39       readOnly: true
00:54:39       subPath: "toolchains.xml"
00:54:39     - mountPath: "/home/jenkins/.mavenrc"
00:54:39       name: "m2-dir"
00:54:39       readOnly: true
00:54:39       subPath: ".mavenrc"
00:54:39     - mountPath: "/opt/tools"
00:54:39       name: "volume-0"
00:54:39       readOnly: false
00:54:39     - mountPath: "/home/jenkins"
00:54:39       name: "volume-2"
00:54:39       readOnly: false
00:54:39     - mountPath: "/home/jenkins/.m2/repository"
00:54:39       name: "volume-3"
00:54:39       readOnly: false
00:54:39     - mountPath: "/home/jenkins/.m2/settings-security.xml"
00:54:39       name: "m2-secret-dir"
00:54:39       readOnly: true
00:54:39       subPath: "settings-security.xml"
00:54:39     - mountPath: "/home/jenkins/.m2/wrapper"
00:54:39       name: "volume-4"
00:54:39       readOnly: false
00:54:39     - mountPath: "/home/jenkins/.m2/settings.xml"
00:54:39       name: "m2-secret-dir"
00:54:39       readOnly: true
00:54:39       subPath: "settings.xml"
00:54:39     - mountPath: "/home/jenkins/.ssh"
00:54:39       name: "volume-1"
00:54:39       readOnly: false
00:54:39     - mountPath: "/home/jenkins/agent"
00:54:39       name: "workspace-volume"
00:54:39       readOnly: false
00:54:39     workingDir: "/home/jenkins/agent"
00:54:39   nodeSelector:
00:54:39     beta.kubernetes.io/os: "linux"
00:54:39   restartPolicy: "Never"
00:54:39   securityContext: {}
00:54:39   volumes:
00:54:39   - name: "volume-0"
00:54:39     persistentVolumeClaim:
00:54:39       claimName: "tools-claim-jiro-swtbot"
00:54:39       readOnly: true
00:54:39   - name: "m2-secret-dir"
00:54:39     secret:
00:54:39       secretName: "m2-secret-dir"
00:54:39   - emptyDir:
00:54:39       medium: ""
00:54:39     name: "volume-2"
00:54:39   - configMap:
00:54:39       name: "m2-dir"
00:54:39     name: "m2-dir"
00:54:39   - configMap:
00:54:39       name: "known-hosts"
00:54:39     name: "volume-1"
00:54:39   - emptyDir:
00:54:39       medium: ""
00:54:39     name: "workspace-volume"
00:54:39   - emptyDir:
00:54:39       medium: ""
00:54:39     name: "volume-4"
00:54:39   - emptyDir:
00:54:39       medium: ""
00:54:39     name: "volume-3"
00:54:39 
00:54:39 Building remotely on centos-7-62m3k (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-on-mars
00:54:40 The recommended git tool is: NONE
00:54:41 No credentials specified
00:54:41 Cloning the remote Git repository
00:54:41 Cloning repository git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot
00:54:41  > git init /home/jenkins/agent/workspace/swtbot-on-mars # timeout=10
00:54:41 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot
00:54:41  > git --version # timeout=10
00:54:41  > git --version # 'git version 1.8.3.1'
00:54:41  > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/* # timeout=10
00:54:42  > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot # timeout=10
00:54:42  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:54:42 Avoid second fetch
00:54:42  > git rev-parse origin/master^{commit} # timeout=10
00:54:42 Checking out Revision 26c89815ac54951afaf1e23596dd9227c4f9a70c (origin/master)
00:54:42  > git config core.sparsecheckout # timeout=10
00:54:42  > git checkout -f 26c89815ac54951afaf1e23596dd9227c4f9a70c # timeout=10
00:54:46 Commit message: "Update to Tycho 2.3.0"
00:54:46  > git rev-list --no-walk 33fc09ed4c4d6aa4d709843f7b5fc9bd9f379bff # timeout=10
00:54:46 [swtbot-on-mars] $ vncserver -list
00:54:46 Starting xvnc
00:54:46 [swtbot-on-mars] $ Xvnc :77 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
00:54:46 
00:54:46 Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
00:54:46 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
00:54:46 See http://www.tigervnc.org for information on TigerVNC.
00:54:46 Underlying X server release 12004000, The X.Org Foundation
00:54:46 
00:54:46 
00:54:46 Wed Jun 23 04:54:46 2021
00:54:46  vncext:      VNC extension running!
00:54:46  vncext:      Listening for VNC connections on all interface(s), port 5977
00:54:46  vncext:      created VNC server for screen 0
00:54:46 [swtbot-on-mars] $ /bin/bash -x /tmp/jenkins8853762052012715512.sh
00:54:46 + metacity --sm-disable --replace
00:54:47 [swtbot-on-mars] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-on-mars/.repository install -P mars
00:54:47 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
00:54:47 Maven home: /opt/tools/apache-maven/latest
00:54:47 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
00:54:47 Default locale: en_US, platform encoding: UTF-8
00:54:47 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
00:54:49 [INFO] Scanning for projects...
00:55:13 [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-on-mars/org.eclipse.swtbot.ant.junit/pom.xml
00:55:28 [ERROR] Cannot resolve target definition:
00:55:28 [ERROR]   Software being installed: org.eclipse.platform.ide 4.5.2.M20160212-1500
00:55:28 [ERROR]   Missing requirement: org.eclipse.platform.ide 4.5.2.M20160212-1500 requires 'org.eclipse.equinox.p2.iu; a.jre.javase [1.6.0,1.6.0]' but it could not be found
00:55:28 [ERROR] 
00:55:28 [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/swtbot-on-mars/devtools/target-platforms/mars/mars.target: See log for details -> [Help 1]
00:55:28 [ERROR] 
00:55:28 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
00:55:28 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
00:55:28 [ERROR] 
00:55:28 [ERROR] For more information about the errors and possible solutions, please read the following articles:
00:55:28 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
00:55:28 Build step 'Invoke top-level Maven targets' marked build as failure
00:55:28 Terminating xvnc.
00:55:35 Not sending mail to unregistered user aprsac@yahoo.com
00:55:35 Not sending mail to unregistered user kevloral@gmail.com
00:55:35 Not sending mail to unregistered user Lars.Vogel@vogella.com
00:55:35 Not sending mail to unregistered user laurent.redor@obeo.fr
00:55:36 Not sending mail to unregistered user patrick.tasse@gmail.com
00:55:36 Not sending mail to unregistered user maidieter@googlemail.com
00:55:36 Sending e-mails to: patrick.tasse@gmail.com Lars.Vogel@vogella.com aprsac@yahoo.com
00:55:36 Recording test results
00:55:36 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
00:55:38 Finished: FAILURE