Console Output
Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-7vqw0 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
jenkins/label: "migration_jipp-migration_centos-7"
name: "centos-7-7vqw0"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.ease.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "centos-7-7vqw0"
- name: "JENKINS_REMOTING_JAVA_OPTS"
value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
\ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
- name: "JAVA_TOOL_OPTIONS"
value: ""
- name: "_JAVA_OPTIONS"
value: ""
- name: "OPENJ9_JAVA_OPTIONS"
value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
- name: "JENKINS_NAME"
value: "centos-7-7vqw0"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
cpu: "2000m"
memory: "4096Mi"
requests:
cpu: "1000m"
memory: "4096Mi"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "m2-dir"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/home/jenkins/.mavenrc"
name: "m2-dir"
readOnly: true
subPath: ".mavenrc"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/wrapper"
name: "volume-4"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
subPath: ""
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-ease"
readOnly: true
- name: "m2-secret-dir"
secret:
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "m2-dir"
name: "m2-dir"
- configMap:
name: "known-hosts"
name: "volume-1"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-4"
- emptyDir:
medium: ""
name: "volume-3"
Running on centos-7-7vqw0 in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
23:36:12 [2022-02-26T04:36:12.708Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
23:36:12 [2022-02-26T04:36:12.899Z] The recommended git tool is: NONE
23:36:14 [2022-02-26T04:36:14.772Z] No credentials specified
23:36:14 [2022-02-26T04:36:14.775Z] Cloning the remote Git repository
23:36:15 [2022-02-26T04:36:15.695Z] Cloning repository https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:15 [2022-02-26T04:36:15.724Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 # timeout=10
23:36:15 [2022-02-26T04:36:15.771Z] Fetching upstream changes from https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:15 [2022-02-26T04:36:15.771Z] > git --version # timeout=10
23:36:15 [2022-02-26T04:36:15.776Z] > git --version # 'git version 1.8.3.1'
23:36:15 [2022-02-26T04:36:15.776Z] > git fetch --tags --progress https://git.eclipse.org/r/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:16 [2022-02-26T04:36:16.915Z] Avoid second fetch
23:36:16 [2022-02-26T04:36:16.971Z] Checking out Revision 4f316d37c24d163660603cbe7b878c093fffce82 (refs/remotes/origin/master)
23:36:16 [2022-02-26T04:36:16.902Z] > git config remote.origin.url https://git.eclipse.org/r/ease/org.eclipse.ease.core.git # timeout=10
23:36:16 [2022-02-26T04:36:16.906Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:16 [2022-02-26T04:36:16.913Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
23:36:16 [2022-02-26T04:36:16.971Z] > git config core.sparsecheckout # timeout=10
23:36:16 [2022-02-26T04:36:16.975Z] > git checkout -f 4f316d37c24d163660603cbe7b878c093fffce82 # timeout=10
23:36:20 [2022-02-26T04:36:20.634Z] Commit message: "Bug 578255: [Py4J] implement support to load jar files"
23:36:20 [2022-02-26T04:36:20.632Z] > git rev-list --no-walk 4f316d37c24d163660603cbe7b878c093fffce82 # timeout=10
23:36:20 [2022-02-26T04:36:20.678Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Doclet)
[Pipeline] sh
23:36:21 [2022-02-26T04:36:21.183Z] + curl https://ci.eclipse.org/ease/job/ease.build.module.doclet/lastSuccessfulBuild/artifact/developers/org.eclipse.ease.helpgenerator/target/ease.module.doclet.jar --output ease.module.doclet.jar
23:36:21 [2022-02-26T04:36:21.184Z] % Total % Received % Xferd Average Speed Time Time Time Current
23:36:21 [2022-02-26T04:36:21.184Z] Dload Upload Total Spent Left Speed
23:36:21 [2022-02-26T04:36:21.184Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 99175 100 99175 0 0 1509k 0 --:--:-- --:--:-- --:--:-- 1513k
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
23:36:21 [2022-02-26T04:36:21.314Z] [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false', healthy='', unHealthy='', thresholdLimit='low'], org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true', healthy='', unHealthy='', thresholdLimit='low']]
23:36:21 [2022-02-26T04:36:21.314Z] [withMaven] Available options:
23:36:21 [2022-02-26T04:36:21.314Z] [withMaven] using JDK installation openjdk-jdk15-latest
23:36:21 [2022-02-26T04:36:21.322Z] [withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
23:36:20 [2022-02-26T04:36:20.674Z] > git rev-parse --verify HEAD # timeout=10
23:36:20 [2022-02-26T04:36:20.678Z] Resetting working tree
23:36:20 [2022-02-26T04:36:20.678Z] > git reset --hard # timeout=10
23:36:20 [2022-02-26T04:36:20.765Z] > git clean -fdx # timeout=10
23:36:21 [2022-02-26T04:36:21.730Z] + mvn clean install -Pmodule-docs
23:36:21 [2022-02-26T04:36:21.730Z] ----- withMaven Wrapper script -----
23:36:21 [2022-02-26T04:36:21.730Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven984efd2e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven984efd2e"
23:36:22 [2022-02-26T04:36:22.293Z] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
23:36:22 [2022-02-26T04:36:22.293Z] Maven home: /opt/tools/apache-maven/latest
23:36:22 [2022-02-26T04:36:22.293Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
23:36:22 [2022-02-26T04:36:22.294Z] Default locale: en_US, platform encoding: UTF-8
23:36:22 [2022-02-26T04:36:22.294Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
23:36:23 [2022-02-26T04:36:23.683Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven984efd2e/maven-spy-20220226-043623-31517873083135520780713.log.tmp ...
23:36:23 [2022-02-26T04:36:23.683Z] [INFO] Scanning for projects...
23:37:02 [2022-02-26T04:37:02.405Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/pom.xml
23:37:20 [2022-02-26T04:37:20.504Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven984efd2e/maven-spy-20220226-043623-31517873083135520780713.log
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target: Failed to load p2 metadata repository from location http://www.pydev.org/updates: Unable to read repository at http://www.pydev.org/updates. No repository found at https://github.com/fabioz/Pydev/releases/download/pydev_9_2_0. -> [Help 1]
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR]
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR]
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:37:20 [2022-02-26T04:37:20.504Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
23:37:21 [2022-02-26T04:37:21.566Z] [withMaven] Publishers:
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
Stage "Test" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
23:37:21 [2022-02-26T04:37:21.630Z] Archiving artifacts
[Pipeline] emailext
23:37:25 [2022-02-26T04:37:25.188Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE