Skip to content

Console Output

Branch indexing
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-6a05fec2235af9c0c7481aa643fc3a0f/.git # timeout=10
Setting origin to https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator
 > git config remote.origin.url https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/98/184198/1
Seen branch in repository origin/R3_8_maintenance
Seen branch in repository origin/R4_10_maintenance
Seen branch in repository origin/R4_11_maintenance
Seen branch in repository origin/R4_12_maintenance
Seen branch in repository origin/R4_13_maintenance
Seen branch in repository origin/R4_14_maintenance
Seen branch in repository origin/R4_15_maintenance
Seen branch in repository origin/R4_16_maintenance
Seen branch in repository origin/R4_17_maintenance
Seen branch in repository origin/R4_18_maintenance
Seen branch in repository origin/R4_19_maintenance
Seen branch in repository origin/R4_20_maintenance
Seen branch in repository origin/R4_21_maintenance
Seen branch in repository origin/R4_2_maintenance
Seen branch in repository origin/R4_3_maintenance
Seen branch in repository origin/R4_3_maintenance_Java8
Seen branch in repository origin/R4_4_maintenance
Seen branch in repository origin/R4_5_maintenance
Seen branch in repository origin/R4_6_maintenance
Seen branch in repository origin/R4_7_maintenance
Seen branch in repository origin/R4_8_maintenance
Seen branch in repository origin/R4_9_maintenance
Seen branch in repository origin/master
Seen 24 remote branches
Obtained Jenkinsfile from 0aa5e96c1df22ab0cb827bc343f57b98597f24a7
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Agent jipp-centos-7-agent-6gb-fjccz 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-fjccz"
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-fjccz"
    - 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-fjccz"
    - 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.7"
    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
    - 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-fjccz in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential gerrit-http-login
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator
 > git init /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git fetch --no-tags --progress https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 0aa5e96c1df22ab0cb827bc343f57b98597f24a7 (R4_21_maintenance)
 > git config remote.origin.url https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0aa5e96c1df22ab0cb827bc343f57b98597f24a7 # timeout=10
Commit message: "Bug 575943 - Move P-build target to 4.21 GA"
 > git rev-list --no-walk 2403cb8c391bdbeb195da92300f31c5d1707318d # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
Using shallow submodule update with depth 1
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
[WARNING] Git client older than 1.8.4 doesn't support shallow submodule updates. This flag is ignored.
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.eclipse.jdt.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10
 > git config --get submodule.eclipse.jdt.core.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10
 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10
 > git config --get submodule.eclipse.jdt.debug.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10
 > git config --get submodule.eclipse.jdt.ui.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10
 > git config --get submodule.eclipse.pde.build.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.pde.build.path # timeout=10
 > git config --get submodule.eclipse.pde.ui.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.pde.ui.path # timeout=10
 > git config --get submodule.eclipse.platform.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10
 > git config --get submodule.eclipse.platform.common.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10
 > git config --get submodule.eclipse.platform.debug.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10
 > git config --get submodule.eclipse.platform.releng.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10
 > git config --get submodule.eclipse.platform.resources.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.resources.path # timeout=10
 > git config --get submodule.eclipse.platform.runtime.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.runtime.path # timeout=10
 > git config --get submodule.eclipse.platform.swt.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10
 > git config --get submodule.eclipse.platform.swt.binaries.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10
 > git config --get submodule.eclipse.platform.team.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.team.path # timeout=10
 > git config --get submodule.eclipse.platform.text.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10
 > git config --get submodule.eclipse.platform.ua.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ua.path # timeout=10
 > git config --get submodule.eclipse.platform.ui.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10
 > git config --get submodule.rt.equinox.binaries.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10
 > git config --get submodule.rt.equinox.bundles.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.bundles.path # timeout=10
 > git config --get submodule.rt.equinox.framework.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.framework.path # timeout=10
 > git config --get submodule.rt.equinox.p2.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10
 > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.jdt # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.pde.build # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.pde.ui # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.common # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.debug # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.releng # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.resources # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.runtime # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.team # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.text # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.ua # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote rt.equinox.bundles # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote rt.equinox.framework # timeout=10
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote rt.equinox.p2 # timeout=10
[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, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER
[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*"
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10
[eng.aggregator_R4_21_maintenance] $ vncserver -list
Starting xvnc
[eng.aggregator_R4_21_maintenance] $ Xvnc :94 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Mon Sep 13 09:00:16 2021
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5994
 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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.pde.build:eclipse.pde.build:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.pde.ui:eclipse.pde.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform:eclipse.platform:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.ui:eclipse.platform.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.common:eclipse.platform.common:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.debug:eclipse.platform.debug:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.resources:eclipse.platform.resources:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.runtime:eclipse.platform.runtime:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.team:eclipse.platform.team:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.text:eclipse.platform.text:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.ua:eclipse.platform.ua:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for org.eclipse:eclipse.platform.ui.tools:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
[FATAL] Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for org.eclipse.equinox.framework:rt.equinox.framework:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
[FATAL] Non-resolvable parent POM for eclipse.platform.releng:eclipse.platform.releng:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11
 @ 
[ERROR] The build could not read 23 projects -> [Help 1]
[ERROR]   
[ERROR]   The project eclipse.jdt:eclipse.jdt:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.jdt.core:eclipse.jdt.core:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.jdt.core:eclipse.jdt.core.binaries:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.jdt.debug:eclipse.jdt.debug:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.jdt.ui:eclipse.jdt.ui:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.pde.build:eclipse.pde.build:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.pde.build:eclipse.pde.build:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.pde.ui:eclipse.pde.ui:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.pde.ui:eclipse.pde.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform:eclipse.platform:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform:eclipse.platform:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.ui:eclipse.platform.ui:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.ui:eclipse.platform.ui:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.common:eclipse.platform.common:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.common:eclipse.platform.common:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.debug:eclipse.platform.debug:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.debug:eclipse.platform.debug:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.resources:eclipse.platform.resources:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.resources:eclipse.platform.resources:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.runtime:eclipse.platform.runtime:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.runtime:eclipse.platform.runtime:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.swt:eclipse.platform.swt:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.team:eclipse.platform.team:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.team:eclipse.platform.team:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.text:eclipse.platform.text:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.text:eclipse.platform.text:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.ua:eclipse.platform.ua:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.ua:eclipse.platform.ua:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.eclipse:eclipse.platform.ui.tools:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse:eclipse.platform.ui.tools:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.eclipse.equinox.bundles:rt.equinox.bundles:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.eclipse.equinox.framework:rt.equinox.framework:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.framework:rt.equinox.framework:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.eclipse.equinox.p2:rt.equinox.p2:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project eclipse.platform.releng:eclipse.platform.releng:4.22.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.releng:eclipse.platform.releng:4.22.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.22.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 -> [Help 2]
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[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 3 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance')
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 3 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 3 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: 3, new: 0, fixed: 12053
[Static Analysis] No quality gates have been set - skipping
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 3 issues (found 0 new issues, fixed 12053 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform.releng.aggregator/R4_21_maintenance #6'.
[Checks API] No suitable checks publisher found.
[Pipeline] gerritReview
Gerrit Review is disabled, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER
[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
Finished: FAILURE