Skip to content

Console Output

Push event to branch R4_30_maintenance
01:14:40 Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 5c67639bf5ce9cf1b31fd2fe8f553ae07efeb222
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-latest’
Agent centos-8-t90zc is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-t90zc"
  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-t90zc"
    - 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-t90zc"
    - 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-3131.vf2b_b_798b_ce99"
    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-t90zc in /home/jenkins/agent/workspace/eng.aggregator_R4_30_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_30_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.39.1'
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_30_maintenance:refs/remotes/origin/R4_30_maintenance # timeout=10
 > 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_30_maintenance:refs/remotes/origin/R4_30_maintenance # timeout=10
Avoid second fetch
Checking out Revision 5c67639bf5ce9cf1b31fd2fe8f553ae07efeb222 (R4_30_maintenance)
Commit message: "Updating to R_30_maintenance branch"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c67639bf5ce9cf1b31fd2fe8f553ae07efeb222 # timeout=10
 > git rev-list --no-walk 70ec85905faa94d63e26cac537997458c551d059 # 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.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.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 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.swt # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # 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
The recommended git tool is: git
using credential github-bot
The recommended git tool is: git
using credential github-bot
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git'
[GitCheckoutListener] Found previous build 'eclipse.platform.releng.aggregator/R4_30_maintenance #2' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '70ec859'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '5c67639' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@365b98be' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 4 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[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
01:19:38 [2023-12-01T06:19:38.787Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
01:19:39 [2023-12-01T06:19:39.150Z] + gpg --batch --import ****
01:19:39 [2023-12-01T06:19:39.150Z] gpg: directory '/home/jenkins/.gnupg' created
01:19:39 [2023-12-01T06:19:39.150Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
01:19:39 [2023-12-01T06:19:39.150Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
01:19:39 [2023-12-01T06:19:39.150Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
01:19:39 [2023-12-01T06:19:39.150Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
01:19:39 [2023-12-01T06:19:39.150Z] gpg: key B6D3AB9BCC641282: secret key imported
01:19:39 [2023-12-01T06:19:39.150Z] gpg: Total number processed: 1
01:19:39 [2023-12-01T06:19:39.150Z] gpg:               imported: 1
01:19:39 [2023-12-01T06:19:39.150Z] gpg:       secret keys read: 1
01:19:39 [2023-12-01T06:19:39.150Z] gpg:   secret keys imported: 1
[Pipeline] sh
01:19:39 [2023-12-01T06:19:39.425Z] ++ gpg --list-keys --with-colons
01:19:39 [2023-12-01T06:19:39.425Z] ++ awk -F: '/fpr:/ {print $10}'
01:19:39 [2023-12-01T06:19:39.425Z] ++ sort -u
01:19:39 [2023-12-01T06:19:39.425Z] + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
01:19:39 [2023-12-01T06:19:39.425Z] + echo -e '5
01:19:39 [2023-12-01T06:19:39.425Z] y
01:19:39 [2023-12-01T06:19:39.425Z] '
01:19:39 [2023-12-01T06:19:39.425Z] + gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust
01:19:39 [2023-12-01T06:19:39.425Z] Secret subkeys are available.
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.425Z]      trust: unknown       validity: unknown
01:19:39 [2023-12-01T06:19:39.425Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.425Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.425Z]      trust: unknown       validity: unknown
01:19:39 [2023-12-01T06:19:39.425Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.425Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] Please decide how far you trust this user to correctly verify other users' keys
01:19:39 [2023-12-01T06:19:39.425Z] (by looking at passports, checking fingerprints from different sources, etc.)
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z]   1 = I don't know or won't say
01:19:39 [2023-12-01T06:19:39.425Z]   2 = I do NOT trust
01:19:39 [2023-12-01T06:19:39.425Z]   3 = I trust marginally
01:19:39 [2023-12-01T06:19:39.425Z]   4 = I trust fully
01:19:39 [2023-12-01T06:19:39.425Z]   5 = I trust ultimately
01:19:39 [2023-12-01T06:19:39.425Z]   m = back to the main menu
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.425Z]      trust: ultimate      validity: unknown
01:19:39 [2023-12-01T06:19:39.425Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.425Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.425Z] Please note that the shown key validity is not necessarily correct
01:19:39 [2023-12-01T06:19:39.425Z] unless you restart the program.
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
01:19:39 [2023-12-01T06:19:39.425Z] + echo -e '5
01:19:39 [2023-12-01T06:19:39.425Z] y
01:19:39 [2023-12-01T06:19:39.425Z] '
01:19:39 [2023-12-01T06:19:39.425Z] + gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust
01:19:39 [2023-12-01T06:19:39.425Z] Secret subkeys are available.
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] gpg: checking the trustdb
01:19:39 [2023-12-01T06:19:39.425Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
01:19:39 [2023-12-01T06:19:39.425Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
01:19:39 [2023-12-01T06:19:39.425Z] gpg: next trustdb check due at 2026-12-15
01:19:39 [2023-12-01T06:19:39.425Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.425Z]      trust: ultimate      validity: ultimate
01:19:39 [2023-12-01T06:19:39.425Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.425Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.425Z]      trust: ultimate      validity: ultimate
01:19:39 [2023-12-01T06:19:39.425Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.425Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.425Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z] Please decide how far you trust this user to correctly verify other users' keys
01:19:39 [2023-12-01T06:19:39.425Z] (by looking at passports, checking fingerprints from different sources, etc.)
01:19:39 [2023-12-01T06:19:39.425Z] 
01:19:39 [2023-12-01T06:19:39.425Z]   1 = I don't know or won't say
01:19:39 [2023-12-01T06:19:39.425Z]   2 = I do NOT trust
01:19:39 [2023-12-01T06:19:39.425Z]   3 = I trust marginally
01:19:39 [2023-12-01T06:19:39.425Z]   4 = I trust fully
01:19:39 [2023-12-01T06:19:39.426Z]   5 = I trust ultimately
01:19:39 [2023-12-01T06:19:39.426Z]   m = back to the main menu
01:19:39 [2023-12-01T06:19:39.426Z] 
01:19:39 [2023-12-01T06:19:39.426Z] 
01:19:39 [2023-12-01T06:19:39.426Z] pub  rsa4096/B6D3AB9BCC641282
01:19:39 [2023-12-01T06:19:39.426Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:19:39 [2023-12-01T06:19:39.426Z]      trust: ultimate      validity: ultimate
01:19:39 [2023-12-01T06:19:39.426Z] ssb  rsa4096/700E4F39BC05364B
01:19:39 [2023-12-01T06:19:39.426Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:19:39 [2023-12-01T06:19:39.426Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:19:39 [2023-12-01T06:19:39.426Z] 
[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
01:19:40 [2023-12-01T06:19:40.153Z] + git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD'
01:19:40 [2023-12-01T06:19:40.153Z] Entering 'eclipse.jdt'
01:19:40 [2023-12-01T06:19:40.411Z] From https://github.com/eclipse-jdt/eclipse.jdt
01:19:40 [2023-12-01T06:19:40.411Z]  * branch            master     -> FETCH_HEAD
01:19:40 [2023-12-01T06:19:40.411Z] HEAD is now at 607ce68 Fix jdt feature include fo o.e.jdt.annotation
01:19:40 [2023-12-01T06:19:40.411Z] Entering 'eclipse.jdt.core'
01:19:40 [2023-12-01T06:19:40.974Z] From https://github.com/eclipse-jdt/eclipse.jdt.core
01:19:40 [2023-12-01T06:19:40.974Z]  * branch                  master     -> FETCH_HEAD
01:19:41 [2023-12-01T06:19:41.231Z] HEAD is now at 4dc7b558f8 break from loop within labeled block causes loss of nullness info (#1660)
01:19:41 [2023-12-01T06:19:41.232Z] Entering 'eclipse.jdt.core.binaries'
01:19:41 [2023-12-01T06:19:41.488Z] From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries
01:19:41 [2023-12-01T06:19:41.489Z]  * branch            master     -> FETCH_HEAD
01:19:41 [2023-12-01T06:19:41.489Z] HEAD is now at 72d3bdc jdt.core.binaries is not a test plugin
01:19:41 [2023-12-01T06:19:41.489Z] Entering 'eclipse.jdt.debug'
01:19:42 [2023-12-01T06:19:42.052Z] From https://github.com/eclipse-jdt/eclipse.jdt.debug
01:19:42 [2023-12-01T06:19:42.052Z]  * branch                master     -> FETCH_HEAD
01:19:42 [2023-12-01T06:19:42.052Z] HEAD is now at 55faadac6 Update for release 4.31
01:19:42 [2023-12-01T06:19:42.052Z] Entering 'eclipse.jdt.ui'
01:19:42 [2023-12-01T06:19:42.619Z] From https://github.com/eclipse-jdt/eclipse.jdt.ui
01:19:42 [2023-12-01T06:19:42.619Z]  * branch                  master     -> FETCH_HEAD
01:19:43 [2023-12-01T06:19:43.181Z] HEAD is now at 66a27ce114 Re-normalize line-endings in git of all files to Linux style ("\n")
01:19:43 [2023-12-01T06:19:43.181Z] Entering 'eclipse.pde'
01:19:43 [2023-12-01T06:19:43.438Z] From https://github.com/eclipse-pde/eclipse.pde
01:19:43 [2023-12-01T06:19:43.438Z]  * branch                  master     -> FETCH_HEAD
01:19:44 [2023-12-01T06:19:44.000Z] HEAD is now at 5a3eebe398 Unify creation of WizardElements
01:19:44 [2023-12-01T06:19:44.000Z] Entering 'eclipse.platform'
01:19:44 [2023-12-01T06:19:44.256Z] From https://github.com/eclipse-platform/eclipse.platform
01:19:44 [2023-12-01T06:19:44.256Z]  * branch                  master     -> FETCH_HEAD
01:19:44 [2023-12-01T06:19:44.256Z] HEAD is now at 76ee2efc0f Replace calls to ResourceTest.cleanup()
01:19:44 [2023-12-01T06:19:44.256Z] Entering 'eclipse.platform.swt'
01:19:44 [2023-12-01T06:19:44.818Z] From https://github.com/eclipse-platform/eclipse.platform.swt
01:19:44 [2023-12-01T06:19:44.819Z]  * branch                  master     -> FETCH_HEAD
01:19:45 [2023-12-01T06:19:45.074Z] HEAD is now at 8fc934f48f v4964r3
01:19:45 [2023-12-01T06:19:45.074Z] Entering 'eclipse.platform.swt.binaries'
01:19:45 [2023-12-01T06:19:45.330Z] From https://github.com/eclipse-platform/eclipse.platform.swt.binaries
01:19:45 [2023-12-01T06:19:45.330Z]  * branch                master     -> FETCH_HEAD
01:19:45 [2023-12-01T06:19:45.330Z] HEAD is now at f0cc2025b v4964r3
01:19:45 [2023-12-01T06:19:45.330Z] Entering 'eclipse.platform.ui'
01:19:45 [2023-12-01T06:19:45.892Z] From https://github.com/eclipse-platform/eclipse.platform.ui
01:19:45 [2023-12-01T06:19:45.892Z]  * branch                  master     -> FETCH_HEAD
01:19:46 [2023-12-01T06:19:46.148Z] HEAD is now at f58b4e3071 Splash Screen getting Flipped in MacOs Sonoma. (#1355)
01:19:46 [2023-12-01T06:19:46.148Z] Entering 'equinox'
01:19:46 [2023-12-01T06:19:46.404Z] From https://github.com/eclipse-equinox/equinox
01:19:46 [2023-12-01T06:19:46.404Z]  * branch                master     -> FETCH_HEAD
01:19:46 [2023-12-01T06:19:46.404Z] HEAD is now at 3a83f10f6 Move remaining tests to JavaSE-17
01:19:46 [2023-12-01T06:19:46.404Z] Entering 'rt.equinox.binaries'
01:19:46 [2023-12-01T06:19:46.660Z] From https://github.com/eclipse-equinox/equinox.binaries
01:19:46 [2023-12-01T06:19:46.660Z]  * branch            master     -> FETCH_HEAD
01:19:46 [2023-12-01T06:19:46.660Z] HEAD is now at e186a1b Recompiled binaries
01:19:46 [2023-12-01T06:19:46.660Z] Entering 'rt.equinox.p2'
01:19:47 [2023-12-01T06:19:47.224Z] From https://github.com/eclipse-equinox/p2
01:19:47 [2023-12-01T06:19:47.224Z]  * branch                master     -> FETCH_HEAD
01:19:47 [2023-12-01T06:19:47.481Z] HEAD is now at 18ba0359c Version bump for p2.tests for 4.31
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy eclipse-platform-parent pom and eclipse-sdk target)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
01:19:48 [2023-12-01T06:19:48.199Z] + mvn clean deploy -f eclipse-platform-parent/pom.xml
01:19:48 [2023-12-01T06:19:48.199Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:19:48 [2023-12-01T06:19:48.199Z] Maven home: /opt/tools/apache-maven/latest
01:19:48 [2023-12-01T06:19:48.199Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
01:19:48 [2023-12-01T06:19:48.199Z] Default locale: en_US, platform encoding: UTF-8
01:19:48 [2023-12-01T06:19:48.199Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
01:19:53 [2023-12-01T06:19:53.500Z] [INFO] Scanning for projects...
01:19:58 [2023-12-01T06:19:58.780Z] [INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
01:19:58 [2023-12-01T06:19:58.780Z] [INFO] Tycho Mode:     extension
01:19:58 [2023-12-01T06:19:58.780Z] [INFO] Tycho Builder:  maven
01:20:11 [2023-12-01T06:20:11.126Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.30.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] 
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] Building eclipse-platform-parent 4.30.0-SNAPSHOT
01:20:11 [2023-12-01T06:20:11.126Z] [INFO]   from pom.xml
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] --------------------------------[ pom ]---------------------------------
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] 
01:20:11 [2023-12-01T06:20:11.126Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent ---
01:20:11 [2023-12-01T06:20:11.688Z] [INFO] 
01:20:11 [2023-12-01T06:20:11.688Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent ---
01:20:12 [2023-12-01T06:20:12.251Z] [INFO] Copying 1 resource from saveproperties to target
01:20:12 [2023-12-01T06:20:12.251Z] [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
01:20:12 [2023-12-01T06:20:12.251Z] [INFO] 
01:20:12 [2023-12-01T06:20:12.251Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse-platform-parent/src/main/resources
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] Execution was skipped
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse-platform-parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-platform-parent/4.30.0-SNAPSHOT/eclipse-platform-parent-4.30.0-SNAPSHOT.pom
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] 
01:20:13 [2023-12-01T06:20:13.180Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-platform-parent ---
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] ------------------------------------------------------------------------
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] BUILD SUCCESS
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] ------------------------------------------------------------------------
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] Total time:  20.041 s
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] Finished at: 2023-12-01T06:20:13Z
01:20:13 [2023-12-01T06:20:13.440Z] [INFO] ------------------------------------------------------------------------
[Pipeline] sh
01:20:13 [2023-12-01T06:20:13.993Z] + mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml
01:20:13 [2023-12-01T06:20:13.993Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:20:13 [2023-12-01T06:20:13.993Z] Maven home: /opt/tools/apache-maven/latest
01:20:13 [2023-12-01T06:20:13.993Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
01:20:13 [2023-12-01T06:20:13.993Z] Default locale: en_US, platform encoding: UTF-8
01:20:13 [2023-12-01T06:20:13.993Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
01:20:16 [2023-12-01T06:20:16.531Z] [INFO] Scanning for projects...
01:20:17 [2023-12-01T06:20:17.477Z] [INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
01:20:17 [2023-12-01T06:20:17.477Z] [INFO] Tycho Mode:     extension
01:20:17 [2023-12-01T06:20:17.477Z] [INFO] Tycho Builder:  maven
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] Building eclipse-sdk-prereqs 4.30.0-SNAPSHOT
01:20:22 [2023-12-01T06:20:22.755Z] [INFO]   from pom.xml
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.releng.prereqs.sdk/saveproperties
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.releng.prereqs.sdk/src/main/resources
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
01:20:22 [2023-12-01T06:20:22.755Z] [WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] Execution was skipped
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] 
01:20:22 [2023-12-01T06:20:22.755Z] [INFO] --- install:2.3.1:install (default-install) @ eclipse-sdk-prereqs ---
01:20:25 [2023-12-01T06:20:25.268Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.0-SNAPSHOT.target
01:20:25 [2023-12-01T06:20:25.268Z] [INFO] Installing /home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.releng.prereqs.sdk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.0-SNAPSHOT.pom
01:20:25 [2023-12-01T06:20:25.268Z] [INFO] 
01:20:25 [2023-12-01T06:20:25.268Z] [INFO] --- deploy:2.5:deploy (default-deploy) @ eclipse-sdk-prereqs ---
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] ------------------------------------------------------------------------
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] BUILD SUCCESS
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] ------------------------------------------------------------------------
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] Total time:  9.378 s
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] Finished at: 2023-12-01T06:20:25Z
01:20:25 [2023-12-01T06:20:25.838Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
01:20:26 [2023-12-01T06:20:26.521Z] Masking supported pattern matches of $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] sh
01:20:26 [2023-12-01T06:20:26.796Z] + [[ R4_30_maintenance == master ]]
01:20:26 [2023-12-01T06:20:26.796Z] + [[ R4_30_maintenance =~ ^R[0-9]_[0-9]+_maintenance ]]
01:20:26 [2023-12-01T06:20:26.796Z] + MVN_ARGS=-Peclipse-sign
01:20:26 [2023-12-01T06:20:26.796Z] + mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/.m2/repository
01:20:26 [2023-12-01T06:20:26.796Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:20:26 [2023-12-01T06:20:26.796Z] Maven home: /opt/tools/apache-maven/latest
01:20:26 [2023-12-01T06:20:26.796Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
01:20:26 [2023-12-01T06:20:26.796Z] Default locale: en_US, platform encoding: UTF-8
01:20:26 [2023-12-01T06:20:26.796Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
01:20:33 [2023-12-01T06:20:33.372Z] [INFO] Scanning for projects...
01:20:39 [2023-12-01T06:20:39.917Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11
01:20:39 [2023-12-01T06:20:39.917Z] [FATAL] Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.ui:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for org.eclipse.equinox:parent:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.918Z] [FATAL] Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:${releaseVersion}${qualifier}: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11
01:20:39 [2023-12-01T06:20:39.918Z]  @ 
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR] The build could not read 12 projects -> [Help 1]
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   The project eclipse.jdt:eclipse.jdt:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.jdt/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]     Non-resolvable parent POM for eclipse.jdt:eclipse.jdt:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   The project org.eclipse.jdt:eclipse.jdt.core:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.jdt.core/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]     Non-resolvable parent POM for org.eclipse.jdt:eclipse.jdt.core:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.918Z] [ERROR]   The project eclipse.jdt.core:eclipse.jdt.core.binaries:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.jdt.core.binaries/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for eclipse.jdt.core:eclipse.jdt.core.binaries:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project eclipse.jdt.debug:eclipse.jdt.debug:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.jdt.debug/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for eclipse.jdt.debug:eclipse.jdt.debug:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project eclipse.jdt.ui:eclipse.jdt.ui:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.jdt.ui/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for eclipse.jdt.ui:eclipse.jdt.ui:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project org.eclipse.pde:eclipse.pde:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.pde/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for org.eclipse.pde:eclipse.pde:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project org.eclipse.platform:eclipse.platform:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for org.eclipse.platform:eclipse.platform:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project org.eclipse.platform:eclipse.platform.ui:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.ui/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]     Non-resolvable parent POM for org.eclipse.platform:eclipse.platform.ui:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.919Z] [ERROR]   The project eclipse.platform.swt:eclipse.platform.swt:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.swt/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]     Non-resolvable parent POM for eclipse.platform.swt:eclipse.platform.swt:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   The project eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/eclipse.platform.swt.binaries/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]     Non-resolvable parent POM for eclipse.platform.swt.binaries:eclipse.platform.swt.binaries:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 17, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   The project org.eclipse.equinox:parent:4.31.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/equinox/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]     Non-resolvable parent POM for org.eclipse.equinox:parent:4.31.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]   The project org.eclipse.equinox.p2:rt.equinox.p2:${releaseVersion}${qualifier} (/home/jenkins/agent/workspace/eng.aggregator_R4_30_maintenance/rt.equinox.p2/pom.xml) has 1 error
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR]     Non-resolvable parent POM for org.eclipse.equinox.p2:rt.equinox.p2:${releaseVersion}${qualifier}: The following artifacts could not be resolved: org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT (absent): Could not find artifact org.eclipse:eclipse-platform-parent:pom:4.31.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] 
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] 
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
01:20:39 [2023-12-01T06:20:39.920Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // withCredentials
Post stage
[Pipeline] archiveArtifacts
01:20:39 [2023-12-01T06:20:39.945Z] Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[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