Push event to branch R4_24_maintenance Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 0c072a694b2e30c9de61efad928bfd12523120c4 [Pipeline] Start of Pipeline [Pipeline] node Agent jipp-centos-7-agent-6gb-7dv5v 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-7dv5v" namespace: "platform" 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-7dv5v" - 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-7dv5v" - 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.13" 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-7dv5v in /home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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_24_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 2.24.4' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/R4_24_maintenance:refs/remotes/origin/R4_24_maintenance # timeout=10 Avoid second fetch Checking out Revision 0c072a694b2e30c9de61efad928bfd12523120c4 (R4_24_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_24_maintenance:refs/remotes/origin/R4_24_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c072a694b2e30c9de61efad928bfd12523120c4 # timeout=10 Commit message: "Update 4.24 maintenance branch with release version for 4.24+" > git rev-list --no-walk 9ca6ff61df9db070a0ce8457b16fbdc5a1119954 # timeout=10 > 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 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.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 config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10 > git config --get submodule.eclipse.jdt.core.binaries.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 config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10 > git config --get submodule.eclipse.jdt.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10 > git config --get submodule.eclipse.platform.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 config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10 > git config --get submodule.eclipse.platform.debug.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 config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10 > git config --get submodule.eclipse.platform.resources.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 config -f .gitmodules --get submodule.eclipse.platform.runtime.path # timeout=10 > git config --get submodule.eclipse.platform.swt.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 config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10 > git config --get submodule.eclipse.platform.team.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 config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10 > git config --get submodule.eclipse.platform.ua.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 config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10 > git config --get submodule.rt.equinox.binaries.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 config -f .gitmodules --get submodule.rt.equinox.bundles.path # timeout=10 > git config --get submodule.rt.equinox.framework.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 config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive --remote eclipse.pde # timeout=10 > git submodule update --init --recursive --remote eclipse.platform # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.common # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.debug # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.releng # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.resources # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.runtime # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.team # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.text # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.ua # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10 > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10 > git submodule update --init --recursive --remote rt.equinox.bundles # timeout=10 > git submodule update --init --recursive --remote rt.equinox.framework # timeout=10 > 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 PGP) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [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 " 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] { (Use master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD' Entering 'eclipse.jdt' From https://github.com/eclipse-jdt/eclipse.jdt * branch master -> FETCH_HEAD HEAD is now at 3594c1b Run verification build with Java 17 Entering 'eclipse.jdt.core' > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10 From https://github.com/eclipse-jdt/eclipse.jdt.core * branch master -> FETCH_HEAD HEAD is now at c1ea9514cb Add possibility to do rebase via comments on github PR (#131) Entering 'eclipse.jdt.core.binaries' From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries * branch master -> FETCH_HEAD HEAD is now at 0b1c57a POM and product version changes for 4.25 release (#1) Entering 'eclipse.jdt.debug' From https://github.com/eclipse-jdt/eclipse.jdt.debug * branch master -> FETCH_HEAD HEAD is now at f884f0941 Move JDT Debug plugins(remaining 3) to Java 11 BREE #61 (#62) Entering 'eclipse.jdt.ui' From https://github.com/eclipse-jdt/eclipse.jdt.ui * branch master -> FETCH_HEAD HEAD is now at 9a3799e083 Fix source range computer for while -> enhanced for cleanup Entering 'eclipse.pde' From https://github.com/eclipse-pde/eclipse.pde * branch master -> FETCH_HEAD HEAD is now at 71a91e62e7 Add to setup a repository to resolve org.json for reddeer (#153) Entering 'eclipse.platform' From https://github.com/eclipse-platform/eclipse.platform * branch master -> FETCH_HEAD HEAD is now at e84d095fc Run verification build with Java 17 Entering 'eclipse.platform.common' From https://github.com/eclipse-platform/eclipse.platform.common * branch master -> FETCH_HEAD HEAD is now at 43e434fd7 Use Eclipse Platform User Guide instead of Workbench User Guide (#35) Entering 'eclipse.platform.debug' From https://github.com/eclipse-platform/eclipse.platform.debug * branch master -> FETCH_HEAD HEAD is now at 24184f90b Run verification build with Java 17 Entering 'eclipse.platform.releng' From https://github.com/eclipse-platform/eclipse.platform.releng * branch master -> FETCH_HEAD HEAD is now at 3dd47de7 Switch verification build to use Java 17 Entering 'eclipse.platform.resources' From https://github.com/eclipse-platform/eclipse.platform.resources * branch master -> FETCH_HEAD HEAD is now at d914d915a Run verification build with Java 17. Entering 'eclipse.platform.runtime' From https://github.com/eclipse-platform/eclipse.platform.runtime * branch master -> FETCH_HEAD HEAD is now at c2352677f POM and product version changes for 4.25 release (#62) Entering 'eclipse.platform.swt' From https://github.com/eclipse-platform/eclipse.platform.swt * branch master -> FETCH_HEAD HEAD is now at bc2d48cf7d v4954r3 Entering 'eclipse.platform.swt.binaries' From https://github.com/eclipse-platform/eclipse.platform.swt.binaries * branch master -> FETCH_HEAD HEAD is now at decad537d v4954r3 Entering 'eclipse.platform.team' From https://github.com/eclipse-platform/eclipse.platform.team * branch master -> FETCH_HEAD HEAD is now at c20c55e87 Run verification build with Java 17. Entering 'eclipse.platform.text' From https://github.com/eclipse-platform/eclipse.platform.text * branch master -> FETCH_HEAD HEAD is now at 0c380b071 Use Java 17 for verification build Entering 'eclipse.platform.ua' From https://github.com/eclipse-platform/eclipse.platform.ua * branch master -> FETCH_HEAD HEAD is now at 4a63beafa Version bump for 4.25 stream (#16) Entering 'eclipse.platform.ui' From https://github.com/eclipse-platform/eclipse.platform.ui * branch master -> FETCH_HEAD HEAD is now at 39499483a5 Prevent exception due to missing IStartup class when running ButtonTest Entering 'eclipse.platform.ui.tools' From https://github.com/eclipse-platform/eclipse.platform.ui.tools * branch master -> FETCH_HEAD HEAD is now at 1df1172c Run verification build with Java 17 Entering 'rt.equinox.binaries' From https://github.com/eclipse-equinox/equinox.binaries * branch master -> FETCH_HEAD HEAD is now at cf3f4f5 Recompiled binaries Entering 'rt.equinox.bundles' From https://github.com/eclipse-equinox/equinox.bundles * branch master -> FETCH_HEAD HEAD is now at 16f8cde2 Run verification build with Java 17. Entering 'rt.equinox.framework' From https://github.com/eclipse-equinox/equinox.framework * branch master -> FETCH_HEAD HEAD is now at 05016aa44 Remove org.apache.sshd.core requirement from setup (#67) Entering 'rt.equinox.p2' From https://github.com/eclipse-equinox/p2 * branch master -> FETCH_HEAD HEAD is now at 13f447ae4 Run verification build with Java 17. [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_24_maintenance/.m2/repository -Pbree-libs -Peclipse-sign -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance '-Dgpg.passphrase=****' -Dproject.build.sourceEncoding=UTF-8 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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: [FATAL] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.resources:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.text:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 @ [ERROR] The build could not read 22 projects -> [Help 1] [ERROR] [ERROR] The project eclipse.jdt:eclipse.jdt:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.jdt/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.jdt:eclipse.jdt.core:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.jdt.core/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.jdt.debug/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.jdt.ui/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.pde:eclipse.pde:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.pde/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform:eclipse.platform:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.ui/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.ui:eclipse.platform.ui:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.common/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.common:eclipse.platform.common:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.debug/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.debug:eclipse.platform.debug:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.platform:eclipse.platform.resources:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.resources/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.resources:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.runtime/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.runtime:eclipse.platform.runtime:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.swt/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_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.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.team/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.team:eclipse.platform.team:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.platform:eclipse.platform.text:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.text/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.text:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.ua/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.ua:eclipse.platform.ua:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.ui.tools/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse:eclipse.platform.ui.tools:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/rt.equinox.bundles/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/rt.equinox.framework/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.equinox.framework:rt.equinox.framework:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/rt.equinox.p2/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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.25.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_24_maintenance/eclipse.platform.releng/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.releng:eclipse.platform.releng:4.25.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.25.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] } [Pipeline] // withEnv [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