Skip to content

Console Output

06:01:33 Started by an SCM change
06:01:33 Running as SYSTEM
06:01:33 Agent centos-7-59hvk is provisioned from template centos-7
06:01:33 ---
06:01:33 apiVersion: "v1"
06:01:33 kind: "Pod"
06:01:33 metadata:
06:01:33   annotations: {}
06:01:33   labels:
06:01:33     jenkins: "slave"
06:01:33     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
06:01:33     jenkins/label: "migration_jipp-migration_centos-7"
06:01:33   name: "centos-7-59hvk"
06:01:33 spec:
06:01:33   containers:
06:01:33   - env:
06:01:33     - name: "JENKINS_SECRET"
06:01:33       value: "********"
06:01:33     - name: "JENKINS_TUNNEL"
06:01:33       value: "jenkins-discovery.swtbot.svc.cluster.local:50000"
06:01:33     - name: "JENKINS_AGENT_NAME"
06:01:33       value: "centos-7-59hvk"
06:01:33     - name: "JENKINS_REMOTING_JAVA_OPTS"
06:01:33       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
06:01:33         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
06:01:33     - name: "JAVA_TOOL_OPTIONS"
06:01:33       value: ""
06:01:33     - name: "_JAVA_OPTIONS"
06:01:33       value: ""
06:01:33     - name: "OPENJ9_JAVA_OPTIONS"
06:01:33       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
06:01:33     - name: "JENKINS_NAME"
06:01:33       value: "centos-7-59hvk"
06:01:33     - name: "JENKINS_AGENT_WORKDIR"
06:01:33       value: "/home/jenkins/agent"
06:01:33     - name: "JENKINS_URL"
06:01:33       value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/"
06:01:33     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1"
06:01:33     imagePullPolicy: "Always"
06:01:33     name: "jnlp"
06:01:33     resources:
06:01:33       limits:
06:01:33         cpu: "2000m"
06:01:33         memory: "4096Mi"
06:01:33       requests:
06:01:33         cpu: "1000m"
06:01:33         memory: "4096Mi"
06:01:33     tty: true
06:01:33     volumeMounts:
06:01:33     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:01:33       name: "m2-dir"
06:01:33       readOnly: true
06:01:33       subPath: "toolchains.xml"
06:01:33     - mountPath: "/home/jenkins/.mavenrc"
06:01:33       name: "m2-dir"
06:01:33       readOnly: true
06:01:33       subPath: ".mavenrc"
06:01:33     - mountPath: "/opt/tools"
06:01:33       name: "volume-0"
06:01:33       readOnly: false
06:01:33     - mountPath: "/home/jenkins"
06:01:33       name: "volume-2"
06:01:33       readOnly: false
06:01:33     - mountPath: "/home/jenkins/.m2/repository"
06:01:33       name: "volume-3"
06:01:33       readOnly: false
06:01:33     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:01:33       name: "m2-secret-dir"
06:01:33       readOnly: true
06:01:33       subPath: "settings-security.xml"
06:01:33     - mountPath: "/home/jenkins/.m2/wrapper"
06:01:33       name: "volume-4"
06:01:33       readOnly: false
06:01:33     - mountPath: "/home/jenkins/.m2/settings.xml"
06:01:33       name: "m2-secret-dir"
06:01:33       readOnly: true
06:01:33       subPath: "settings.xml"
06:01:33     - mountPath: "/home/jenkins/.ssh"
06:01:33       name: "volume-1"
06:01:33       readOnly: false
06:01:33       subPath: ""
06:01:33     - mountPath: "/home/jenkins/agent"
06:01:33       name: "workspace-volume"
06:01:33       readOnly: false
06:01:33     workingDir: "/home/jenkins/agent"
06:01:33   nodeSelector:
06:01:33     kubernetes.io/os: "linux"
06:01:33   restartPolicy: "Never"
06:01:33   volumes:
06:01:33   - name: "volume-0"
06:01:33     persistentVolumeClaim:
06:01:33       claimName: "tools-claim-jiro-swtbot"
06:01:33       readOnly: true
06:01:33   - name: "m2-secret-dir"
06:01:33     secret:
06:01:33       secretName: "m2-secret-dir"
06:01:33   - emptyDir:
06:01:33       medium: ""
06:01:33     name: "volume-2"
06:01:33   - configMap:
06:01:33       name: "m2-dir"
06:01:33     name: "m2-dir"
06:01:33   - configMap:
06:01:33       name: "known-hosts"
06:01:33     name: "volume-1"
06:01:33   - emptyDir:
06:01:33       medium: ""
06:01:33     name: "workspace-volume"
06:01:33   - emptyDir:
06:01:33       medium: ""
06:01:33     name: "volume-4"
06:01:33   - emptyDir:
06:01:33       medium: ""
06:01:33     name: "volume-3"
06:01:33 
06:01:33 Building remotely on centos-7-59hvk (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-on-neon
06:01:34 The recommended git tool is: NONE
06:01:34 No credentials specified
06:01:34 Cloning the remote Git repository
06:01:34 Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
06:01:34  > git init /home/jenkins/agent/workspace/swtbot-on-neon # timeout=10
06:01:34 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
06:01:34  > git --version # timeout=10
06:01:34  > git --version # 'git version 1.8.3.1'
06:01:34  > git fetch --tags --progress https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:01:35  > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git # timeout=10
06:01:35  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
06:01:35 Avoid second fetch
06:01:35  > git rev-parse origin/master^{commit} # timeout=10
06:01:35 Checking out Revision 006dc0c996f2bb184c6efab4231b2b080af56f97 (origin/master)
06:01:35  > git config core.sparsecheckout # timeout=10
06:01:35  > git checkout -f 006dc0c996f2bb184c6efab4231b2b080af56f97 # timeout=10
06:01:39 Commit message: "Target platforms for 2021-09 and 2021-12"
06:01:39  > git rev-list --no-walk d79849870286658f31197f724f4ff46264bf71cc # timeout=10
06:01:39 [swtbot-on-neon] $ Xvnc -help
06:01:39 Starting xvnc
06:01:39 [swtbot-on-neon] $ Xvnc :29 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
06:01:39 
06:01:39 Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
06:01:39 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
06:01:39 See http://www.tigervnc.org for information on TigerVNC.
06:01:39 Underlying X server release 12004000, The X.Org Foundation
06:01:39 
06:01:39 
06:01:39 Fri Dec 17 11:01:39 2021
06:01:39  vncext:      VNC extension running!
06:01:39  vncext:      Listening for VNC connections on all interface(s), port 5929
06:01:39  vncext:      created VNC server for screen 0
06:01:39 [swtbot-on-neon] $ /bin/bash -x /tmp/jenkins4293964158097170557.sh
06:01:39 + metacity --sm-disable --replace
06:01:39 [swtbot-on-neon] $ /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-neon/.repository install -P neon
06:01:39 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
06:01:39 Maven home: /opt/tools/apache-maven/latest
06:01:39 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
06:01:39 Default locale: en_US, platform encoding: UTF-8
06:01:39 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
06:01:40 [INFO] Scanning for projects...
06:01:49 [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-neon/org.eclipse.swtbot.ant.junit/pom.xml
06:02:00 [ERROR] Cannot resolve target definition:
06:02:01 [ERROR]   Software being installed: org.eclipse.platform.ide 4.6.3.M20170301-0400
06:02:01 [ERROR]   Missing requirement: org.eclipse.platform.ide 4.6.3.M20170301-0400 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-neon/devtools/target-platforms/neon/neon.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:01 Build step 'Invoke top-level Maven targets' marked build as failure
06:02:01 Terminating xvnc.
06:02:11 Not sending mail to unregistered user Lars.Vogel@vogella.com
06:02:11 Not sending mail to unregistered user kevloral@gmail.com
06:02:11 Not sending mail to unregistered user maidieter@googlemail.com
06:02:12 Not sending mail to unregistered user aprsac@yahoo.com
06:02:12 Not sending mail to unregistered user patrick.tasse@gmail.com
06:02:12 Not sending mail to unregistered user laurent.redor@obeo.fr
06:02:13 Sending e-mails to: patrick.tasse@gmail.com michael.keppler@gmx.de aprsac@yahoo.com Lars.Vogel@vogella.com
06:02:13 Recording test results
06:02:13 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
06:02:14 Finished: FAILURE