Skip to content
Failed

Console Output

Branch indexing
09:48:56 Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 85c07c02f4b34f06d7c0085d4336256773521cb8
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-7-6gb’
Agent jipp-centos-7-agent-6gb-1vpzx is provisioned from template jipp-centos-7-agent-6gb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
    jenkins/label: "centos-7-6gb"
  name: "jipp-centos-7-agent-6gb-1vpzx"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-centos-7-agent-6gb-1vpzx"
    - 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: "jipp-centos-7-agent-6gb-1vpzx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "6144Mi"
      requests:
        cpu: "1000m"
        memory: "6144Mi"
    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-platform"
      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 jipp-centos-7-agent-6gb-1vpzx in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
 > git init /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --progress https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/R4_21_maintenance:refs/remotes/origin/R4_21_maintenance # timeout=10
Avoid second fetch
Checking out Revision 85c07c02f4b34f06d7c0085d4336256773521cb8 (R4_21_maintenance)
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_21_maintenance:refs/remotes/origin/R4_21_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85c07c02f4b34f06d7c0085d4336256773521cb8 # timeout=10
Commit message: "Bug 575979 - Use 4.21 GA version for 4.21+ changes"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 4 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (initialize Gerrit review)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gerritReview
Gerrit Review is disabled no API URL
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[eng.aggregator_R4_21_maintenance] $ Xvnc -help
Starting xvnc
[eng.aggregator_R4_21_maintenance] $ Xvnc :71 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Thu Feb 10 14:49:35 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5971
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository -Pbree-libs -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
[ERROR] Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.platform:platform-aggregator:4.21.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml) has 23 errors
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR]     Child module /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/pom.xml of /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/pom.xml does not exist
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] scanForIssues
[Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
[Maven] Sleeping for 5 seconds due to JENKINS-32191...
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance')
[Maven] -> found 2 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance')
[Maven] -> found 2 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 2 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 2 issues
[Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
[Static Analysis] Reference build recorder is not configured
[Static Analysis] Obtaining reference build from same job (R4_21_maintenance)
[Static Analysis] Using reference build 'eclipse.platform.releng.aggregator/R4_21_maintenance #2' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 2, new: 0, fixed: 12054
[Static Analysis] No quality gates have been set - skipping
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 2 issues (found 0 new issues, fixed 12054 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform.releng.aggregator/R4_21_maintenance #8'.
[Checks API] No suitable checks publisher found.
[Pipeline] gerritReview
Gerrit Review is disabled no API URL
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check freeze period)
Stage "Check freeze period" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE