Console Output
Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-7-xnnw9’ is offline
Agent centos-7-xnnw9 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-xnnw9"
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-xnnw9"
- 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-xnnw9"
- 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.10.1"
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-xnnw9 in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
23:36:22 [2022-02-05T04:36:22.501Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
23:36:24 [2022-02-05T04:36:24.806Z] The recommended git tool is: NONE
23:36:26 [2022-02-05T04:36:26.525Z] No credentials specified
23:36:26 [2022-02-05T04:36:26.528Z] Cloning the remote Git repository
23:36:27 [2022-02-05T04:36:27.602Z] Cloning repository https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:27 [2022-02-05T04:36:27.635Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 # timeout=10
23:36:27 [2022-02-05T04:36:27.667Z] Fetching upstream changes from https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:27 [2022-02-05T04:36:27.667Z] > git --version # timeout=10
23:36:27 [2022-02-05T04:36:27.671Z] > git --version # 'git version 1.8.3.1'
23:36:27 [2022-02-05T04:36:27.671Z] > git fetch --tags --progress https://git.eclipse.org/r/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:28 [2022-02-05T04:36:28.489Z] Avoid second fetch
23:36:28 [2022-02-05T04:36:28.506Z] Checking out Revision 4f316d37c24d163660603cbe7b878c093fffce82 (refs/remotes/origin/master)
23:36:28 [2022-02-05T04:36:28.484Z] > git config remote.origin.url https://git.eclipse.org/r/ease/org.eclipse.ease.core.git # timeout=10
23:36:28 [2022-02-05T04:36:28.487Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:28 [2022-02-05T04:36:28.495Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
23:36:28 [2022-02-05T04:36:28.519Z] > git config core.sparsecheckout # timeout=10
23:36:28 [2022-02-05T04:36:28.522Z] > git checkout -f 4f316d37c24d163660603cbe7b878c093fffce82 # timeout=10
23:36:32 [2022-02-05T04:36:32.094Z] Commit message: "Bug 578255: [Py4J] implement support to load jar files"
23:36:32 [2022-02-05T04:36:32.100Z] > git rev-list --no-walk 4f316d37c24d163660603cbe7b878c093fffce82 # timeout=10
23:36:32 [2022-02-05T04:36:32.133Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Doclet)
23:36:32 [2022-02-05T04:36:32.138Z] > git rev-parse --verify HEAD # timeout=10
23:36:32 [2022-02-05T04:36:32.141Z] Resetting working tree
23:36:32 [2022-02-05T04:36:32.141Z] > git reset --hard # timeout=10
23:36:32 [2022-02-05T04:36:32.219Z] > git clean -fdx # timeout=10
[Pipeline] sh
23:36:34 [2022-02-05T04:36:34.245Z] + 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:34 [2022-02-05T04:36:34.245Z] % Total % Received % Xferd Average Speed Time Time Time Current
23:36:34 [2022-02-05T04:36:34.245Z] Dload Upload Total Spent Left Speed
23:36:34 [2022-02-05T04:36:34.245Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 99175 100 99175 0 0 1401k 0 --:--:-- --:--:-- --:--:-- 1403k
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
23:36:34 [2022-02-05T04:36:34.399Z] [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:34 [2022-02-05T04:36:34.399Z] [withMaven] Available options:
23:36:34 [2022-02-05T04:36:34.400Z] [withMaven] using JDK installation openjdk-jdk15-latest
23:36:34 [2022-02-05T04:36:34.408Z] [withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
23:36:35 [2022-02-05T04:36:35.536Z] + mvn clean install -Pmodule-docs
23:36:35 [2022-02-05T04:36:35.537Z] ----- withMaven Wrapper script -----
23:36:35 [2022-02-05T04:36:35.537Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven1b0aff3d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven1b0aff3d"
23:36:36 [2022-02-05T04:36:36.104Z] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
23:36:36 [2022-02-05T04:36:36.104Z] Maven home: /opt/tools/apache-maven/latest
23:36:36 [2022-02-05T04:36:36.104Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
23:36:36 [2022-02-05T04:36:36.104Z] Default locale: en_US, platform encoding: UTF-8
23:36:36 [2022-02-05T04:36:36.105Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
23:36:37 [2022-02-05T04:36:37.040Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven1b0aff3d/maven-spy-20220205-043636-9753731204688105302589.log.tmp ...
23:36:37 [2022-02-05T04:36:37.298Z] [INFO] Scanning for projects...
23:37:16 [2022-02-05T04:37:16.039Z] [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:34 [2022-02-05T04:37:34.280Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven1b0aff3d/maven-spy-20220205-043636-9753731204688105302589.log
23:37:34 [2022-02-05T04:37:34.280Z] [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:34 [2022-02-05T04:37:34.280Z] [ERROR]
23:37:34 [2022-02-05T04:37:34.280Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:37:34 [2022-02-05T04:37:34.280Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:37:34 [2022-02-05T04:37:34.280Z] [ERROR]
23:37:34 [2022-02-05T04:37:34.280Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:37:34 [2022-02-05T04:37:34.280Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
23:37:34 [2022-02-05T04:37:34.438Z] [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:36 [2022-02-05T04:37:36.768Z] Archiving artifacts
[Pipeline] emailext
23:37:41 [2022-02-05T04:37:41.643Z] 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