Skip to content
Failed

Console Output

02:25:33 Started by user Ondrej Dockal
02:25:33 Running as Ondrej Dockal
02:25:33 Agent centos-7-hqwt8 is provisioned from template centos-7
02:25:33 ---
02:25:33 apiVersion: "v1"
02:25:33 kind: "Pod"
02:25:33 metadata:
02:25:33   annotations: {}
02:25:33   labels:
02:25:33     jenkins: "slave"
02:25:33     jenkins/label: "migration_jipp-migration_centos-7"
02:25:33   name: "centos-7-hqwt8"
02:25:33 spec:
02:25:33   containers:
02:25:33   - env:
02:25:33     - name: "JENKINS_SECRET"
02:25:33       value: "********"
02:25:33     - name: "JENKINS_TUNNEL"
02:25:33       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
02:25:33     - name: "JENKINS_AGENT_NAME"
02:25:33       value: "centos-7-hqwt8"
02:25:33     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:25:33       value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
02:25:33         \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:25:33     - name: "JAVA_TOOL_OPTIONS"
02:25:33       value: ""
02:25:33     - name: "_JAVA_OPTIONS"
02:25:33       value: ""
02:25:33     - name: "OPENJ9_JAVA_OPTIONS"
02:25:33       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:25:33     - name: "JENKINS_NAME"
02:25:33       value: "centos-7-hqwt8"
02:25:33     - name: "JENKINS_AGENT_WORKDIR"
02:25:33       value: "/home/jenkins/agent"
02:25:33     - name: "JENKINS_URL"
02:25:33       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
02:25:33     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
02:25:33     imagePullPolicy: "Always"
02:25:33     name: "jnlp"
02:25:33     resources:
02:25:33       limits:
02:25:33         memory: "4096Mi"
02:25:33         cpu: "2000m"
02:25:33       requests:
02:25:33         memory: "4096Mi"
02:25:33         cpu: "1000m"
02:25:33     securityContext:
02:25:33       privileged: false
02:25:33     tty: true
02:25:33     volumeMounts:
02:25:33     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:25:33       name: "m2-dir"
02:25:33       readOnly: true
02:25:33       subPath: "toolchains.xml"
02:25:33     - mountPath: "/home/jenkins/.mavenrc"
02:25:33       name: "m2-dir"
02:25:33       readOnly: true
02:25:33       subPath: ".mavenrc"
02:25:33     - mountPath: "/opt/tools"
02:25:33       name: "volume-0"
02:25:33       readOnly: false
02:25:33     - mountPath: "/home/jenkins"
02:25:33       name: "volume-2"
02:25:33       readOnly: false
02:25:33     - mountPath: "/home/jenkins/.m2/repository"
02:25:33       name: "volume-3"
02:25:33       readOnly: false
02:25:33     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:25:33       name: "m2-secret-dir"
02:25:33       readOnly: true
02:25:33       subPath: "settings-security.xml"
02:25:33     - mountPath: "/home/jenkins/.m2/wrapper"
02:25:33       name: "volume-4"
02:25:33       readOnly: false
02:25:33     - mountPath: "/home/jenkins/.m2/settings.xml"
02:25:33       name: "m2-secret-dir"
02:25:33       readOnly: true
02:25:33       subPath: "settings.xml"
02:25:33     - mountPath: "/home/jenkins/.ssh"
02:25:33       name: "volume-1"
02:25:33       readOnly: false
02:25:33     - mountPath: "/home/jenkins/agent"
02:25:33       name: "workspace-volume"
02:25:33       readOnly: false
02:25:33     workingDir: "/home/jenkins/agent"
02:25:33   nodeSelector:
02:25:33     beta.kubernetes.io/os: "linux"
02:25:33   restartPolicy: "Never"
02:25:33   securityContext: {}
02:25:33   volumes:
02:25:33   - name: "volume-0"
02:25:33     persistentVolumeClaim:
02:25:33       claimName: "tools-claim-jiro-reddeer"
02:25:33       readOnly: true
02:25:33   - name: "m2-secret-dir"
02:25:33     secret:
02:25:33       secretName: "m2-secret-dir"
02:25:33   - emptyDir:
02:25:33       medium: ""
02:25:33     name: "volume-2"
02:25:33   - configMap:
02:25:33       name: "m2-dir"
02:25:33     name: "m2-dir"
02:25:33   - configMap:
02:25:33       name: "known-hosts"
02:25:33     name: "volume-1"
02:25:33   - emptyDir:
02:25:33       medium: ""
02:25:33     name: "workspace-volume"
02:25:33   - emptyDir:
02:25:33       medium: ""
02:25:33     name: "volume-4"
02:25:33   - emptyDir:
02:25:33       medium: ""
02:25:33     name: "volume-3"
02:25:33 
02:25:33 Building remotely on centos-7-hqwt8 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.eclipse.test
02:25:33 [WS-CLEANUP] Deleting project workspace...
02:25:33 [WS-CLEANUP] Deferred wipeout is used...
02:25:34 No credentials specified
02:25:34 Cloning the remote Git repository
02:25:34 Cloning repository https://github.com/eclipse/reddeer.git
02:25:34  > git init /home/jenkins/agent/workspace/reddeer.eclipse.test # timeout=10
02:25:34 Fetching upstream changes from https://github.com/eclipse/reddeer.git
02:25:34  > git --version # timeout=10
02:25:34  > git --version # 'git version 1.8.3.1'
02:25:34  > git fetch --tags --progress https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:25:36  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
02:25:36  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:25:36  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
02:25:36 Fetching upstream changes from https://github.com/eclipse/reddeer.git
02:25:36  > git fetch --tags --progress https://github.com/eclipse/reddeer.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
02:25:38  > git rev-parse origin/master^{commit} # timeout=10
02:25:38 Checking out Revision e997b54a269b53ca42dbd1363c373c5dac1e2434 (origin/master)
02:25:38  > git config core.sparsecheckout # timeout=10
02:25:38  > git checkout -f e997b54a269b53ca42dbd1363c373c5dac1e2434 # timeout=10
02:25:41 Commit message: "Update Eclipse orbit 2020-09 M3"
02:25:41 First time build. Skipping changelog.
02:25:41 $ pkill Xvnc
02:25:41 $ pkill Xrealvnc
02:25:41 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:25:42 [reddeer.eclipse.test] $ vncserver -list
02:25:42 Starting xvnc
02:25:42 [reddeer.eclipse.test] $ Xvnc :44 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
02:25:42 
02:25:42 Xvnc TigerVNC 1.8.0 - built Apr  1 2020 04:46:00
02:25:42 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
02:25:42 See http://www.tigervnc.org for information on TigerVNC.
02:25:42 Underlying X server release 12004000, The X.Org Foundation
02:25:42 
02:25:42 
02:25:42 Thu Aug 20 06:25:42 2020
02:25:42  vncext:      VNC extension running!
02:25:42  vncext:      Listening for VNC connections on all interface(s), port 5944
02:25:42  vncext:      created VNC server for screen 0
02:25:42 [reddeer.eclipse.test] $ /bin/sh -xe /tmp/jenkins7363961828898927324.sh
02:25:42 + metacity --sm-disable --replace
02:25:42 [reddeer.eclipse.test] $ /opt/tools/apache-maven/latest/bin/mvn -f "/home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test" -DskipTests=false -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 -Djava.target.version=11 -U clean verify
02:25:42 POM file /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test specified with the -f/--file command line argument does not exist
02:25:42 OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
02:25:42 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
02:25:43 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
02:25:43 Maven home: /opt/tools/apache-maven/latest
02:25:43 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
02:25:43 Default locale: en_US, platform encoding: UTF-8
02:25:43 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
02:25:44 [INFO] Scanning for projects...
02:25:44 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
02:25:44 [FATAL] Non-readable POM /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test: /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test (No such file or directory) @ 
02:25:44  @ 
02:25:44 [ERROR] The build could not read 1 project -> [Help 1]
02:25:44 [ERROR]   
02:25:44 [ERROR]   The project  (/home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test) has 1 error
02:25:44 [ERROR]     Non-readable POM /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test: /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -pl tests/org.eclipse.reddeer.eclipse.test (No such file or directory)
02:25:44 [ERROR] 
02:25:44 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
02:25:44 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:25:44 [ERROR] 
02:25:44 [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:25:44 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
02:25:44 Build step 'Invoke top-level Maven targets' marked build as failure
02:25:44 Terminating xvnc.
02:25:55 Archiving artifacts
02:25:55 Recording test results
02:25:55 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
02:25:55 [Set GitHub commit status (universal)] PENDING on repos [] (sha:e997b54) with context:reddeer.eclipse.test
02:25:55 Finished: FAILURE