Console Output
Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-mb5m4 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-mb5m4"
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-mb5m4"
- 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-mb5m4"
- 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-mb5m4 in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
23:36:09 [2022-04-02T03:36:09.316Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
23:36:09 [2022-04-02T03:36:09.472Z] The recommended git tool is: NONE
23:36:11 [2022-04-02T03:36:11.207Z] No credentials specified
23:36:11 [2022-04-02T03:36:11.210Z] Cloning the remote Git repository
23:36:12 [2022-04-02T03:36:12.051Z] Cloning repository https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:12 [2022-04-02T03:36:12.087Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 # timeout=10
23:36:12 [2022-04-02T03:36:12.111Z] Fetching upstream changes from https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:12 [2022-04-02T03:36:12.111Z] > git --version # timeout=10
23:36:12 [2022-04-02T03:36:12.114Z] > git --version # 'git version 1.8.3.1'
23:36:12 [2022-04-02T03:36:12.115Z] > git fetch --tags --progress https://git.eclipse.org/r/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:12 [2022-04-02T03:36:12.967Z] Avoid second fetch
23:36:12 [2022-04-02T03:36:12.976Z] Checking out Revision 0f04af4c0c1d75b9db23f0f7885945bd3b394e3e (refs/remotes/origin/master)
23:36:12 [2022-04-02T03:36:12.957Z] > git config remote.origin.url https://git.eclipse.org/r/ease/org.eclipse.ease.core.git # timeout=10
23:36:12 [2022-04-02T03:36:12.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:12 [2022-04-02T03:36:12.969Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
23:36:12 [2022-04-02T03:36:12.980Z] > git config core.sparsecheckout # timeout=10
23:36:12 [2022-04-02T03:36:12.984Z] > git checkout -f 0f04af4c0c1d75b9db23f0f7885945bd3b394e3e # timeout=10
23:36:16 [2022-04-02T03:36:16.595Z] Commit message: "Bug 579115 - Add possibility to add script to main toolbars"
23:36:16 [2022-04-02T03:36:16.597Z] > git rev-list --no-walk 0f04af4c0c1d75b9db23f0f7885945bd3b394e3e # timeout=10
23:36:16 [2022-04-02T03:36:16.621Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Doclet)
[Pipeline] sh
23:36:17 [2022-04-02T03:36:17.080Z] + 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:17 [2022-04-02T03:36:17.081Z] % Total % Received % Xferd Average Speed Time Time Time Current
23:36:17 [2022-04-02T03:36:17.081Z] Dload Upload Total Spent Left Speed
23:36:17 [2022-04-02T03:36:17.081Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 99171 100 99171 0 0 1410k 0 --:--:-- --:--:-- --:--:-- 1424k
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
23:36:17 [2022-04-02T03:36:17.183Z] [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:17 [2022-04-02T03:36:17.184Z] [withMaven] Available options:
23:36:17 [2022-04-02T03:36:17.184Z] [withMaven] using JDK installation openjdk-jdk15-latest
23:36:17 [2022-04-02T03:36:17.191Z] [withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
23:36:17 [2022-04-02T03:36:17.543Z] + mvn clean install -Pmodule-docs
23:36:17 [2022-04-02T03:36:17.544Z] ----- withMaven Wrapper script -----
23:36:17 [2022-04-02T03:36:17.544Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven6695faf0/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven6695faf0"
23:36:16 [2022-04-02T03:36:16.621Z] > git rev-parse --verify HEAD # timeout=10
23:36:16 [2022-04-02T03:36:16.639Z] Resetting working tree
23:36:16 [2022-04-02T03:36:16.639Z] > git reset --hard # timeout=10
23:36:16 [2022-04-02T03:36:16.707Z] > git clean -fdx # timeout=10
23:36:18 [2022-04-02T03:36:18.107Z] Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
23:36:18 [2022-04-02T03:36:18.108Z] Maven home: /opt/tools/apache-maven/latest
23:36:18 [2022-04-02T03:36:18.108Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
23:36:18 [2022-04-02T03:36:18.108Z] Default locale: en_US, platform encoding: UTF-8
23:36:18 [2022-04-02T03:36:18.108Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
23:36:19 [2022-04-02T03:36:19.478Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven6695faf0/maven-spy-20220402-033619-59189474810973984096.log.tmp ...
23:36:19 [2022-04-02T03:36:19.478Z] [INFO] Scanning for projects...
23:36:51 [2022-04-02T03:36:51.540Z] [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:13 [2022-04-02T03:37:13.468Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven6695faf0/maven-spy-20220402-033619-59189474810973984096.log
23:37:13 [2022-04-02T03:37:13.468Z] [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_3_0. -> [Help 1]
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR]
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR]
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:37:13 [2022-04-02T03:37:13.468Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
23:37:13 [2022-04-02T03:37:13.605Z] [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:13 [2022-04-02T03:37:13.654Z] Archiving artifacts
[Pipeline] emailext
23:37:16 [2022-04-02T03:37:16.879Z] 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