Skip to content

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # 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...
Looking for open changes with query 'p:platform/eclipse.platform.releng.aggregator status:open -age:24w ' ...
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/R4_22_maintenance:refs/remotes/origin/R4_22_maintenance # timeout=10
Seen branch in repository origin/02/188502/3
Seen branch in repository origin/16/188316/5
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_22_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 26 remote branches
Obtained Jenkinsfile from 2fdd24cfa42cce6e3f799d948f0ee7c1273fe952
[Pipeline] Start of Pipeline
[Pipeline] node
Agent jipp-centos-7-agent-6gb-5t6d8 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-5t6d8"
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-5t6d8"
    - 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-5t6d8"
    - 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.10.1"
    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-5t6d8 in /home/jenkins/agent/workspace/eng.aggregator_R4_22_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_22_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 2fdd24cfa42cce6e3f799d948f0ee7c1273fe952 (R4_22_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 2fdd24cfa42cce6e3f799d948f0ee7c1273fe952 # timeout=10
Commit message: "Bug 577634 - Use 4.22 GA version for 4.22+ changes"
 > git rev-list --no-walk af2000203f9b09bbf53c0accd5cc93af8cf89972 # timeout=10
Using shallow submodule update with depth 1
 > git remote # timeout=10
 > git submodule init # timeout=10
 > 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] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory `/home/jenkins/.gnupg' created
gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
gpg: key CC641282: secret key imported
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key CC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/.m2/repository -Pbree-libs -Peclipse-sign -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance '-Dgpg.passphrase=****' -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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...
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.jdt/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.jdt.core/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.jdt.debug/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.jdt.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.pde.build/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.pde.build:eclipse.pde.build:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.pde.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.pde.ui:eclipse.pde.ui:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform:eclipse.platform:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.ui/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.ui:eclipse.platform.ui:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.common/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.common:eclipse.platform.common:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.debug/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.debug:eclipse.platform.debug:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.resources/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.resources:eclipse.platform.resources:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.runtime/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.runtime:eclipse.platform.runtime:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.swt/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_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.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.team/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.team:eclipse.platform.team:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.text/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.text:eclipse.platform.text:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.ua/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.ua:eclipse.platform.ua:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.ui.tools/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse:eclipse.platform.ui.tools:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/rt.equinox.bundles/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/rt.equinox.framework/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.framework:rt.equinox.framework:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/rt.equinox.p2/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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.23.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_22_maintenance/eclipse.platform.releng/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eclipse.platform.releng:eclipse.platform.releng:4.23.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.23.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] }
[Pipeline] // withCredentials
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[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