Skip to content

Console Output

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