Push event to branch R4_25_maintenance Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from f36ac568212cf9a8203301a76c3aa029bd4d1c9c [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-8fcq8 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-8fcq8" 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: "centos-8-8fcq8" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-8fcq8" - 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-8:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 centos-8-8fcq8 in /home/jenkins/agent/workspace/eng.aggregator_R4_25_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_25_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.27.0' 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_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10 Avoid second fetch Checking out Revision f36ac568212cf9a8203301a76c3aa029bd4d1c9c (R4_25_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_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f36ac568212cf9a8203301a76c3aa029bd4d1c9c # timeout=10 Commit message: "#559 Update 4.25 maintenance branch with release version for 4.25+ changes" > git rev-list --no-walk ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a # 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.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.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.equinox.url # timeout=10 > git config -f .gitmodules --get submodule.equinox.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.swt # timeout=10 > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # 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 equinox # 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: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key B6D3AB9BCC641282: secret key imported gpg: Total number processed: 1 gpg: imported: 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 + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust Secret subkeys are available. pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: unknown validity: unknown ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ unknown] (1). Eclipse Platform Project pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: unknown validity: unknown ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ unknown] (1). Eclipse Platform Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ unknown] (1). Eclipse Platform Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2026-12-15 pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ultimate] (1). Eclipse Platform Project pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ultimate] (1). Eclipse Platform Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/B6D3AB9BCC641282 created: 2016-12-21 expires: 2026-12-15 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/700E4F39BC05364B created: 2016-12-21 expires: 2026-12-15 usage: S [ultimate] (1). Eclipse Platform Project [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 1c9e929 Version bumps for 4.26 stream Entering 'eclipse.jdt.core' From https://github.com/eclipse-jdt/eclipse.jdt.core * branch master -> FETCH_HEAD HEAD is now at 1ae0e0644e Fix #339 - In the Java 5-6 era, ECJ was patched to be bug-compatible with Javac of that time. (#340) Entering 'eclipse.jdt.core.binaries' From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries * branch master -> FETCH_HEAD HEAD is now at 1f70e82 POM and product version changes for 4.26 release Entering 'eclipse.jdt.debug' From https://github.com/eclipse-jdt/eclipse.jdt.debug * branch master -> FETCH_HEAD HEAD is now at c92b42598 POM and product version changes for 4.26 release Entering 'eclipse.jdt.ui' From https://github.com/eclipse-jdt/eclipse.jdt.ui * branch master -> FETCH_HEAD HEAD is now at 9fbc556825 Adopt new IProblem.IsClassPathCorrectWithReferencingType from jdt.core (#250) Entering 'eclipse.pde' From https://github.com/eclipse-pde/eclipse.pde * branch master -> FETCH_HEAD HEAD is now at a0df49dfee Revert "PDEPluginImages: fix NullPointerException #297" Entering 'eclipse.platform' From https://github.com/eclipse-platform/eclipse.platform * branch master -> FETCH_HEAD HEAD is now at c00508f572 Improve test failure message for ParallelBuildChainTest Entering 'eclipse.platform.common' From https://github.com/eclipse-platform/eclipse.platform.common * branch master -> FETCH_HEAD HEAD is now at 27b486ecd Fix version names in generated javadoc. Entering 'eclipse.platform.debug' > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10 From https://github.com/eclipse-platform/eclipse.platform.debug * branch master -> FETCH_HEAD HEAD is now at ac79f9e0f POM and product version changes for 4.26 release Entering 'eclipse.platform.releng' From https://github.com/eclipse-platform/eclipse.platform.releng * branch master -> FETCH_HEAD HEAD is now at 8733c3bc [Publish to Maven] Workaround add org.eclipse.e4.ui.progress sources Entering 'eclipse.platform.swt' From https://github.com/eclipse-platform/eclipse.platform.swt * branch master -> FETCH_HEAD HEAD is now at 6548f41e42 v4956r3 Entering 'eclipse.platform.swt.binaries' From https://github.com/eclipse-platform/eclipse.platform.swt.binaries * branch master -> FETCH_HEAD HEAD is now at d8d90a3c2 v4956r3 Entering 'eclipse.platform.text' From https://github.com/eclipse-platform/eclipse.platform.text * branch master -> FETCH_HEAD HEAD is now at 2176d402e YEnable auto-activation on type for Generic Editor Entering 'eclipse.platform.ua' From https://github.com/eclipse-platform/eclipse.platform.ua * branch master -> FETCH_HEAD HEAD is now at c255b68d9 bugfix-#49 Cheat Sheets advance to the bottom of the next step Entering 'eclipse.platform.ui' From https://github.com/eclipse-platform/eclipse.platform.ui * branch master -> FETCH_HEAD HEAD is now at 6c866c5b4c changed FiltersConfigurationDialog to derive from TrayDialog Entering 'eclipse.platform.ui.tools' From https://github.com/eclipse-platform/eclipse.platform.ui.tools * branch master -> FETCH_HEAD HEAD is now at e47a4daf POM and product version changes for 4.26 release (#25) Entering 'equinox' From https://github.com/eclipse-equinox/equinox * branch master -> FETCH_HEAD HEAD is now at a3a9628da [Build] Remove duplicated property definition from Jenkinsfile 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.p2' From https://github.com/eclipse-equinox/p2 * branch master -> FETCH_HEAD HEAD is now at 0c75aaea9 Move all products to dedicated folder and use more pomless and clean up [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_25_maintenance/.m2/repository -Pbree-libs -Peclipse-sign -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance '-Dgpg.passphrase=****' -Dproject.build.sourceEncoding=UTF-8 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.1 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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 [FATAL] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.text:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 [FATAL] Non-resolvable parent POM for org.eclipse.equinox:parent:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 @ [ERROR] The build could not read 18 projects -> [Help 1] [ERROR] [ERROR] The project eclipse.jdt:eclipse.jdt:4.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.jdt/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.jdt.core/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.jdt.debug/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.jdt.ui/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.pde/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform:eclipse.platform:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.ui/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.ui:eclipse.platform.ui:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.common/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.common:eclipse.platform.common:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.debug/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.debug:eclipse.platform.debug:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2] [ERROR] [ERROR] The project eclipse.platform.swt:eclipse.platform.swt:4.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.swt/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_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.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.platform:eclipse.platform.text:4.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.text/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.text:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.ua/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.ua:eclipse.platform.ua:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.ui.tools/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse:eclipse.platform.ui.tools:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2] [ERROR] [ERROR] The project org.eclipse.equinox:parent:4.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/equinox/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.equinox:parent:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/rt.equinox.p2/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_25_maintenance/eclipse.platform.releng/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for eclipse.platform.releng:eclipse.platform.releng:4.26.0-SNAPSHOT: Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.26.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