Skip to content

Console Output

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