Skip to content

Console Output

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