Skip to content

Console Output

Started by user Christian Pontesegger
Running as Christian Pontesegger
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-7-3w2l9’ is offline
Agent centos-7-3w2l9 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-3w2l9"
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-3w2l9"
    - 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-3w2l9"
    - 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.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-3w2l9 in /home/jenkins/agent/workspace/ease.build.release
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
06:01:47 [2021-05-11T10:01:47.453Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build Doclet)
[Pipeline] build
06:01:55 [2021-05-11T10:01:55.625Z] Scheduling project: ease.build.module.doclet
06:01:57 [2021-05-11T10:01:57.054Z] Starting building: ease.build.module.doclet #794
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Repos)
[Pipeline] parallel
[Pipeline] { (Branch: Core)
[Pipeline] { (Branch: Modules)
[Pipeline] stage
[Pipeline] { (Core)
[Pipeline] stage
[Pipeline] { (Modules)
[Pipeline] build
06:03:37 [2021-05-11T10:03:37.852Z] Scheduling project: ease.build.core
[Pipeline] build
06:03:37 [2021-05-11T10:03:37.858Z] Scheduling project: ease.build.modules
06:03:39 [2021-05-11T10:03:39.166Z] Starting building: ease.build.modules #733
06:03:39 [2021-05-11T10:03:39.904Z] Starting building: ease.build.core #808
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Mirror script)
[Pipeline] sh
06:26:41 [2021-05-11T10:26:41.651Z] + curl http://git.eclipse.org/c/ease/org.eclipse.ease.core.git/plain/releng/org.eclipse.ease.releng/hudson/publish-p2-pom.xml
06:26:41 [2021-05-11T10:26:41.652Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
06:26:41 [2021-05-11T10:26:41.652Z]                                  Dload  Upload   Total   Spent    Left  Speed
06:26:41 [2021-05-11T10:26:41.652Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0  11700      0 --:--:-- --:--:-- --:--:-- 12461
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build p2)
[Pipeline] withMaven
06:26:54 [2021-05-11T10:26:54.813Z] [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']]
06:26:54 [2021-05-11T10:26:54.813Z] [withMaven] Available options: 
06:26:54 [2021-05-11T10:26:54.814Z] [withMaven] using JDK installation openjdk-jdk15-latest
06:26:54 [2021-05-11T10:26:54.830Z] [withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
06:26:56 [2021-05-11T10:26:56.279Z] + mvn install -f publish-p2-pom.xml '-Dp2.name=EASE 0.8.0' -Dp2.source=https://ci.eclipse.org/ease/job/ease.build.core/lastSuccessfulBuild/artifact/releng/org.eclipse.ease.releng.p2/target/repository/ -Dp2.destination=repository/ -Dp2.keepLatestOnly=true -Dp2.append=false
06:26:56 [2021-05-11T10:26:56.280Z] ----- withMaven Wrapper script -----
06:26:56 [2021-05-11T10:26:56.280Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.build.release@tmp/withMaven3b078013/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.build.release@tmp/withMaven3b078013" 
06:26:56 [2021-05-11T10:26:56.850Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
06:26:56 [2021-05-11T10:26:56.850Z] Maven home: /opt/tools/apache-maven/latest
06:26:56 [2021-05-11T10:26:56.850Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
06:26:56 [2021-05-11T10:26:56.850Z] Default locale: en_US, platform encoding: UTF-8
06:26:56 [2021-05-11T10:26:56.850Z] OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
06:26:58 [2021-05-11T10:26:58.256Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.build.release@tmp/withMaven3b078013/maven-spy-20210511-102657-9938448265294520631091.log.tmp ...
06:26:58 [2021-05-11T10:26:58.517Z] [INFO] Scanning for projects...
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
06:26:58 [2021-05-11T10:26:58.517Z] [FATAL] Non-parseable POM /home/jenkins/agent/workspace/ease.build.release/publish-p2-pom.xml: Expected root element 'project' but found 'html' (position: START_TAG seen <html>... @1:6)  @ line 1, column 6
06:26:58 [2021-05-11T10:26:58.517Z]  @ 
06:26:58 [2021-05-11T10:26:58.517Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.build.release@tmp/withMaven3b078013/maven-spy-20210511-102657-9938448265294520631091.log
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR] The build could not read 1 project -> [Help 1]
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR]   
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR]   The project  (/home/jenkins/agent/workspace/ease.build.release/publish-p2-pom.xml) has 1 error
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR]     Non-parseable POM /home/jenkins/agent/workspace/ease.build.release/publish-p2-pom.xml: Expected root element 'project' but found 'html' (position: START_TAG seen <html>... @1:6)  @ line 1, column 6 -> [Help 2]
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR] 
06:26:58 [2021-05-11T10:26:58.517Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
06:26:58 [2021-05-11T10:26:58.518Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
06:26:58 [2021-05-11T10:26:58.518Z] [ERROR] 
06:26:58 [2021-05-11T10:26:58.518Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
06:26:58 [2021-05-11T10:26:58.518Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
06:26:58 [2021-05-11T10:26:58.518Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException
[Pipeline] }
06:26:58 [2021-05-11T10:26:58.970Z] [withMaven] Publishers: 
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Store Config)
Stage "Store Config" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
06:27:05 [2021-05-11T10:27:05.449Z] Archiving artifacts
[Pipeline] emailext
06:27:08 [2021-05-11T10:27:08.452Z] 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