Skip to content

Console Output

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