Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes releng/aggrbuild-pod-n77dq-w4lm1
Still waiting to schedule task
‘aggrbuild-pod-n77dq-w4lm1’ is offline
Agent aggrbuild-pod-n77dq-w4lm1 is provisioned from template aggrbuild-pod-n77dq
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/Builds/job/I-build-4.31/152/"
    runUrl: "job/Builds/job/I-build-4.31/152/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-n77dq-w4lm1"
  namespace: "releng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "aggrbuild-pod-n77dq-w4lm1"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-n77dq-w4lm1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    image: "eclipsecbi/jiro-agent-centos-8:latest"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "8192Mi"
        cpu: "4000m"
      requests:
        memory: "6144Mi"
        cpu: "2000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-releng"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on aggrbuild-pod-n77dq-w4lm1 in /home/jenkins/agent/workspace/Builds/I-build-4.31
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 6 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean Workspace)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] cleanWs
18:00:49 [2024-02-24T23:00:49.719Z] [WS-CLEANUP] Deleting project workspace...
18:00:49 [2024-02-24T23:00:49.719Z] [WS-CLEANUP] Deferred wipeout is used...
18:00:49 [2024-02-24T23:00:49.731Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup intial configuration)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
18:00:49 [2024-02-24T23:00:49.857Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:00:49 [2024-02-24T23:00:49.857Z] [ssh-agent] Looking for ssh-agent implementation...
18:00:50 [2024-02-24T23:00:50.145Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:00:50 [2024-02-24T23:00:50.146Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:00:50 [2024-02-24T23:00:50.503Z] Executing command: "ssh-agent" 
18:00:50 [2024-02-24T23:00:50.503Z] exit
18:00:50 [2024-02-24T23:00:50.511Z] SSH_AUTH_SOCK=/tmp/ssh-Xgo0a5w4IPZu/agent.60; export SSH_AUTH_SOCK;
18:00:50 [2024-02-24T23:00:50.511Z] SSH_AGENT_PID=61; export SSH_AGENT_PID;
18:00:50 [2024-02-24T23:00:50.511Z] echo Agent pid 61;
18:00:50 [2024-02-24T23:00:50.514Z] SSH_AUTH_SOCK=/tmp/ssh-Xgo0a5w4IPZu/agent.60
18:00:50 [2024-02-24T23:00:50.514Z] SSH_AGENT_PID=61
18:00:50 [2024-02-24T23:00:50.532Z] Running ssh-add (command line suppressed)
18:00:50 [2024-02-24T23:00:50.792Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_17509804489404538510.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_17509804489404538510.key)
18:00:50 [2024-02-24T23:00:50.803Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
18:00:50 [2024-02-24T23:00:50.814Z] Running in /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
18:00:51 [2024-02-24T23:00:51.428Z] + git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:00:51 [2024-02-24T23:00:51.428Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
18:01:08 [2024-02-24T23:01:08.419Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:01:08 [2024-02-24T23:01:08.777Z] Executing command: "ssh-agent" "-k" 
18:01:08 [2024-02-24T23:01:08.777Z] exit
18:01:10 [2024-02-24T23:01:10.031Z] unset SSH_AUTH_SOCK;
18:01:10 [2024-02-24T23:01:10.031Z] unset SSH_AGENT_PID;
18:01:10 [2024-02-24T23:01:10.031Z] echo Agent pid 61 killed;
18:01:10 [2024-02-24T23:01:10.033Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
18:01:12 [2024-02-24T23:01:12.600Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
18:01:12 [2024-02-24T23:01:12.600Z] + chmod +x mbscripts/mb010_createEnvfiles.sh mbscripts/mb011_loadPGPKeys.sh mbscripts/mb020_createBaseBuilder.sh mbscripts/mb030_downloadBuildToCompare.sh mbscripts/mb100_cloneRepos.sh mbscripts/mb110_tagBuildInputs.sh mbscripts/mb200_createSourceBundles.sh mbscripts/mb220_buildSdkPatch.sh mbscripts/mb300_gatherEclipseParts.sh mbscripts/mb310_gatherEquinoxParts.sh mbscripts/mb500_createRepoReports.sh mbscripts/mb510_createApiToolsReports.sh mbscripts/mb600_promoteEclipse.sh mbscripts/mb610_promoteEquinox.sh mbscripts/mb620_promoteUpdateSite.sh
18:01:12 [2024-02-24T23:01:12.600Z] + mkdir -p /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate environment variables)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:01:14 [2024-02-24T23:01:14.369Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:14 [2024-02-24T23:01:14.369Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:14 [2024-02-24T23:01:14.369Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log
18:01:14 [2024-02-24T23:01:14.627Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Load PGP keys)
[Pipeline] withCredentials
18:01:14 [2024-02-24T23:01:14.735Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:01:15 [2024-02-24T23:01:15.301Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:15 [2024-02-24T23:01:15.301Z] + ./mb011_loadPGPKeys.sh
18:01:15 [2024-02-24T23:01:15.301Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb011_loadPGPKeys.sh.log
18:01:15 [2024-02-24T23:01:15.301Z] gpg: directory '/home/jenkins/.gnupg' created
18:01:15 [2024-02-24T23:01:15.301Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
18:01:15 [2024-02-24T23:01:15.301Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
18:01:15 [2024-02-24T23:01:15.301Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
18:01:15 [2024-02-24T23:01:15.301Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
18:01:15 [2024-02-24T23:01:15.301Z] gpg: key B6D3AB9BCC641282: secret key imported
18:01:15 [2024-02-24T23:01:15.301Z] gpg: Total number processed: 1
18:01:15 [2024-02-24T23:01:15.301Z] gpg:               imported: 1
18:01:15 [2024-02-24T23:01:15.301Z] gpg:       secret keys read: 1
18:01:15 [2024-02-24T23:01:15.301Z] gpg:   secret keys imported: 1
18:01:15 [2024-02-24T23:01:15.301Z] Secret subkeys are available.
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: unknown       validity: unknown
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: unknown       validity: unknown
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] Please decide how far you trust this user to correctly verify other users' keys
18:01:15 [2024-02-24T23:01:15.301Z] (by looking at passports, checking fingerprints from different sources, etc.)
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z]   1 = I don't know or won't say
18:01:15 [2024-02-24T23:01:15.301Z]   2 = I do NOT trust
18:01:15 [2024-02-24T23:01:15.301Z]   3 = I trust marginally
18:01:15 [2024-02-24T23:01:15.301Z]   4 = I trust fully
18:01:15 [2024-02-24T23:01:15.301Z]   5 = I trust ultimately
18:01:15 [2024-02-24T23:01:15.301Z]   m = back to the main menu
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: ultimate      validity: unknown
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] Please note that the shown key validity is not necessarily correct
18:01:15 [2024-02-24T23:01:15.301Z] unless you restart the program.
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] Secret subkeys are available.
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] gpg: checking the trustdb
18:01:15 [2024-02-24T23:01:15.301Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
18:01:15 [2024-02-24T23:01:15.301Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
18:01:15 [2024-02-24T23:01:15.301Z] gpg: next trustdb check due at 2026-12-15
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: ultimate      validity: ultimate
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: ultimate      validity: ultimate
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] Please decide how far you trust this user to correctly verify other users' keys
18:01:15 [2024-02-24T23:01:15.301Z] (by looking at passports, checking fingerprints from different sources, etc.)
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z]   1 = I don't know or won't say
18:01:15 [2024-02-24T23:01:15.301Z]   2 = I do NOT trust
18:01:15 [2024-02-24T23:01:15.301Z]   3 = I trust marginally
18:01:15 [2024-02-24T23:01:15.301Z]   4 = I trust fully
18:01:15 [2024-02-24T23:01:15.301Z]   5 = I trust ultimately
18:01:15 [2024-02-24T23:01:15.301Z]   m = back to the main menu
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] pub  rsa4096/B6D3AB9BCC641282
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:15 [2024-02-24T23:01:15.301Z]      trust: ultimate      validity: ultimate
18:01:15 [2024-02-24T23:01:15.301Z] ssb  rsa4096/700E4F39BC05364B
18:01:15 [2024-02-24T23:01:15.301Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:15 [2024-02-24T23:01:15.301Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:15 [2024-02-24T23:01:15.301Z] 
18:01:15 [2024-02-24T23:01:15.301Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 1)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
18:01:16 [2024-02-24T23:01:16.144Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.144Z] +++ export TIMESTAMP=20240224-1800
18:01:16 [2024-02-24T23:01:16.144Z] +++ TIMESTAMP=20240224-1800
18:01:16 [2024-02-24T23:01:16.144Z] +++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:01:16 [2024-02-24T23:01:16.144Z] +++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:01:16 [2024-02-24T23:01:16.144Z] +++ export BRANCH=master
18:01:16 [2024-02-24T23:01:16.144Z] +++ BRANCH=master
18:01:16 [2024-02-24T23:01:16.144Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:16 [2024-02-24T23:01:16.144Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:16 [2024-02-24T23:01:16.144Z] +++ export BUILD_TYPE_NAME=Integration
18:01:16 [2024-02-24T23:01:16.144Z] +++ BUILD_TYPE_NAME=Integration
18:01:16 [2024-02-24T23:01:16.144Z] +++ export BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.144Z] +++ BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.144Z] +++ export TESTED_BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.144Z] +++ TESTED_BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.144Z] +++ export RELEASE_VER=4.31
18:01:16 [2024-02-24T23:01:16.144Z] +++ RELEASE_VER=4.31
18:01:16 [2024-02-24T23:01:16.144Z] +++ export STREAM=4.31.0
18:01:16 [2024-02-24T23:01:16.144Z] +++ STREAM=4.31.0
18:01:16 [2024-02-24T23:01:16.144Z] +++ export STREAMMajor=4
18:01:16 [2024-02-24T23:01:16.144Z] +++ STREAMMajor=4
18:01:16 [2024-02-24T23:01:16.144Z] +++ export STREAMMinor=31
18:01:16 [2024-02-24T23:01:16.144Z] +++ STREAMMinor=31
18:01:16 [2024-02-24T23:01:16.144Z] +++ export STREAMService=0
18:01:16 [2024-02-24T23:01:16.144Z] +++ STREAMService=0
18:01:16 [2024-02-24T23:01:16.144Z] +++ export GIT_ROOT=git@github.com:
18:01:16 [2024-02-24T23:01:16.144Z] +++ GIT_ROOT=git@github.com:
18:01:16 [2024-02-24T23:01:16.144Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:16 [2024-02-24T23:01:16.144Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:16 [2024-02-24T23:01:16.144Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:16 [2024-02-24T23:01:16.144Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:16 [2024-02-24T23:01:16.144Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:16 [2024-02-24T23:01:16.144Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:16 [2024-02-24T23:01:16.144Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:16 [2024-02-24T23:01:16.144Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:16 [2024-02-24T23:01:16.144Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:16 [2024-02-24T23:01:16.144Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:16 [2024-02-24T23:01:16.144Z] +++ export TMP_DIR=tmp
18:01:16 [2024-02-24T23:01:16.144Z] +++ TMP_DIR=tmp
18:01:16 [2024-02-24T23:01:16.144Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:16 [2024-02-24T23:01:16.144Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:16 [2024-02-24T23:01:16.144Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:16 [2024-02-24T23:01:16.144Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:16 [2024-02-24T23:01:16.144Z] +++ export LOCAL_REPO=localMavenRepo
18:01:16 [2024-02-24T23:01:16.144Z] +++ LOCAL_REPO=localMavenRepo
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BASEBUILDER_TAG=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ BASEBUILDER_TAG=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ export API_PREV_REF_LABEL=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ API_PREV_REF_LABEL=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ export API_FREEZE_REF_LABEL=
18:01:16 [2024-02-24T23:01:16.145Z] +++ API_FREEZE_REF_LABEL=
18:01:16 [2024-02-24T23:01:16.145Z] +++ export 'FREEZE_PARAMS= '
18:01:16 [2024-02-24T23:01:16.145Z] +++ FREEZE_PARAMS=' '
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.145Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.145Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:16 [2024-02-24T23:01:16.145Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:16 [2024-02-24T23:01:16.145Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:16 [2024-02-24T23:01:16.145Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:16 [2024-02-24T23:01:16.145Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:16 [2024-02-24T23:01:16.145Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:16 [2024-02-24T23:01:16.145Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:16 [2024-02-24T23:01:16.145Z] +++ MAVEN_OPTS=-Xmx6G
18:01:16 [2024-02-24T23:01:16.145Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:16 [2024-02-24T23:01:16.145Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILD_ID=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILD_ID=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ export BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ EQ_BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.145Z] +++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:16 [2024-02-24T23:01:16.145Z] +++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:16 [2024-02-24T23:01:16.145Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:16 [2024-02-24T23:01:16.145Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:16 [2024-02-24T23:01:16.145Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:16 [2024-02-24T23:01:16.145Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:16 [2024-02-24T23:01:16.145Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:16 [2024-02-24T23:01:16.146Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:16 [2024-02-24T23:01:16.146Z] ++ echo I20240224-1800
18:01:16 [2024-02-24T23:01:16.146Z] + echo I20240224-1800
[Pipeline] sh
18:01:16 [2024-02-24T23:01:16.799Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.799Z] +++ export TIMESTAMP=20240224-1800
18:01:16 [2024-02-24T23:01:16.799Z] +++ TIMESTAMP=20240224-1800
18:01:16 [2024-02-24T23:01:16.799Z] +++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:01:16 [2024-02-24T23:01:16.799Z] +++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:01:16 [2024-02-24T23:01:16.799Z] +++ export BRANCH=master
18:01:16 [2024-02-24T23:01:16.799Z] +++ BRANCH=master
18:01:16 [2024-02-24T23:01:16.799Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:16 [2024-02-24T23:01:16.799Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:16 [2024-02-24T23:01:16.799Z] +++ export BUILD_TYPE_NAME=Integration
18:01:16 [2024-02-24T23:01:16.799Z] +++ BUILD_TYPE_NAME=Integration
18:01:16 [2024-02-24T23:01:16.799Z] +++ export BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.800Z] +++ export TESTED_BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.800Z] +++ TESTED_BUILD_TYPE=I
18:01:16 [2024-02-24T23:01:16.800Z] +++ export RELEASE_VER=4.31
18:01:16 [2024-02-24T23:01:16.800Z] +++ RELEASE_VER=4.31
18:01:16 [2024-02-24T23:01:16.800Z] +++ export STREAM=4.31.0
18:01:16 [2024-02-24T23:01:16.800Z] +++ STREAM=4.31.0
18:01:16 [2024-02-24T23:01:16.800Z] +++ export STREAMMajor=4
18:01:16 [2024-02-24T23:01:16.800Z] +++ STREAMMajor=4
18:01:16 [2024-02-24T23:01:16.800Z] +++ export STREAMMinor=31
18:01:16 [2024-02-24T23:01:16.800Z] +++ STREAMMinor=31
18:01:16 [2024-02-24T23:01:16.800Z] +++ export STREAMService=0
18:01:16 [2024-02-24T23:01:16.800Z] +++ STREAMService=0
18:01:16 [2024-02-24T23:01:16.800Z] +++ export GIT_ROOT=git@github.com:
18:01:16 [2024-02-24T23:01:16.800Z] +++ GIT_ROOT=git@github.com:
18:01:16 [2024-02-24T23:01:16.800Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:16 [2024-02-24T23:01:16.800Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:16 [2024-02-24T23:01:16.800Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:16 [2024-02-24T23:01:16.800Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:16 [2024-02-24T23:01:16.800Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:16 [2024-02-24T23:01:16.800Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:16 [2024-02-24T23:01:16.800Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:16 [2024-02-24T23:01:16.800Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:16 [2024-02-24T23:01:16.800Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:16 [2024-02-24T23:01:16.800Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:16 [2024-02-24T23:01:16.800Z] +++ export TMP_DIR=tmp
18:01:16 [2024-02-24T23:01:16.800Z] +++ TMP_DIR=tmp
18:01:16 [2024-02-24T23:01:16.800Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:16 [2024-02-24T23:01:16.800Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:16 [2024-02-24T23:01:16.800Z] +++ export LOCAL_REPO=localMavenRepo
18:01:16 [2024-02-24T23:01:16.800Z] +++ LOCAL_REPO=localMavenRepo
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BASEBUILDER_TAG=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ BASEBUILDER_TAG=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ export API_PREV_REF_LABEL=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ API_PREV_REF_LABEL=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ export API_FREEZE_REF_LABEL=
18:01:16 [2024-02-24T23:01:16.800Z] +++ API_FREEZE_REF_LABEL=
18:01:16 [2024-02-24T23:01:16.800Z] +++ export 'FREEZE_PARAMS= '
18:01:16 [2024-02-24T23:01:16.800Z] +++ FREEZE_PARAMS=' '
18:01:16 [2024-02-24T23:01:16.800Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.800Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.800Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.800Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:16 [2024-02-24T23:01:16.800Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:16 [2024-02-24T23:01:16.800Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:16 [2024-02-24T23:01:16.800Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:16 [2024-02-24T23:01:16.800Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:16 [2024-02-24T23:01:16.800Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:16 [2024-02-24T23:01:16.800Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:16 [2024-02-24T23:01:16.800Z] +++ MAVEN_OPTS=-Xmx6G
18:01:16 [2024-02-24T23:01:16.800Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:16 [2024-02-24T23:01:16.800Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_ID=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_ID=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ export BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ EQ_BUILD_DIR_SEG=I20240224-1800
18:01:16 [2024-02-24T23:01:16.800Z] +++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:16 [2024-02-24T23:01:16.800Z] +++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:16 [2024-02-24T23:01:16.800Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:16 [2024-02-24T23:01:16.800Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:16 [2024-02-24T23:01:16.800Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:16 [2024-02-24T23:01:16.800Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:16 [2024-02-24T23:01:16.800Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:16 [2024-02-24T23:01:16.801Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:16 [2024-02-24T23:01:16.801Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:16 [2024-02-24T23:01:16.801Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:16 [2024-02-24T23:01:16.801Z] ++ echo 4.31
18:01:16 [2024-02-24T23:01:16.801Z] + echo 4.31
[Pipeline] sh
18:01:17 [2024-02-24T23:01:17.452Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:17 [2024-02-24T23:01:17.452Z] +++ export TIMESTAMP=20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ TIMESTAMP=20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BRANCH=master
18:01:17 [2024-02-24T23:01:17.452Z] +++ BRANCH=master
18:01:17 [2024-02-24T23:01:17.452Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:17 [2024-02-24T23:01:17.452Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_TYPE_NAME=Integration
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_TYPE_NAME=Integration
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_TYPE=I
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_TYPE=I
18:01:17 [2024-02-24T23:01:17.452Z] +++ export TESTED_BUILD_TYPE=I
18:01:17 [2024-02-24T23:01:17.452Z] +++ TESTED_BUILD_TYPE=I
18:01:17 [2024-02-24T23:01:17.452Z] +++ export RELEASE_VER=4.31
18:01:17 [2024-02-24T23:01:17.452Z] +++ RELEASE_VER=4.31
18:01:17 [2024-02-24T23:01:17.452Z] +++ export STREAM=4.31.0
18:01:17 [2024-02-24T23:01:17.452Z] +++ STREAM=4.31.0
18:01:17 [2024-02-24T23:01:17.452Z] +++ export STREAMMajor=4
18:01:17 [2024-02-24T23:01:17.452Z] +++ STREAMMajor=4
18:01:17 [2024-02-24T23:01:17.452Z] +++ export STREAMMinor=31
18:01:17 [2024-02-24T23:01:17.452Z] +++ STREAMMinor=31
18:01:17 [2024-02-24T23:01:17.452Z] +++ export STREAMService=0
18:01:17 [2024-02-24T23:01:17.452Z] +++ STREAMService=0
18:01:17 [2024-02-24T23:01:17.452Z] +++ export GIT_ROOT=git@github.com:
18:01:17 [2024-02-24T23:01:17.452Z] +++ GIT_ROOT=git@github.com:
18:01:17 [2024-02-24T23:01:17.452Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:17 [2024-02-24T23:01:17.452Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:17 [2024-02-24T23:01:17.452Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:17 [2024-02-24T23:01:17.452Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:17 [2024-02-24T23:01:17.452Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:17 [2024-02-24T23:01:17.452Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:17 [2024-02-24T23:01:17.452Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:17 [2024-02-24T23:01:17.452Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:17 [2024-02-24T23:01:17.452Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:17 [2024-02-24T23:01:17.452Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:17 [2024-02-24T23:01:17.452Z] +++ export TMP_DIR=tmp
18:01:17 [2024-02-24T23:01:17.452Z] +++ TMP_DIR=tmp
18:01:17 [2024-02-24T23:01:17.452Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:17 [2024-02-24T23:01:17.452Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:17 [2024-02-24T23:01:17.452Z] +++ export LOCAL_REPO=localMavenRepo
18:01:17 [2024-02-24T23:01:17.452Z] +++ LOCAL_REPO=localMavenRepo
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BASEBUILDER_TAG=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ BASEBUILDER_TAG=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ export API_PREV_REF_LABEL=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ API_PREV_REF_LABEL=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ export API_FREEZE_REF_LABEL=
18:01:17 [2024-02-24T23:01:17.452Z] +++ API_FREEZE_REF_LABEL=
18:01:17 [2024-02-24T23:01:17.452Z] +++ export 'FREEZE_PARAMS= '
18:01:17 [2024-02-24T23:01:17.452Z] +++ FREEZE_PARAMS=' '
18:01:17 [2024-02-24T23:01:17.452Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:17 [2024-02-24T23:01:17.452Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:17 [2024-02-24T23:01:17.452Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:17 [2024-02-24T23:01:17.452Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:17 [2024-02-24T23:01:17.452Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:17 [2024-02-24T23:01:17.452Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:17 [2024-02-24T23:01:17.452Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:17 [2024-02-24T23:01:17.452Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:17 [2024-02-24T23:01:17.452Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:17 [2024-02-24T23:01:17.452Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:17 [2024-02-24T23:01:17.452Z] +++ MAVEN_OPTS=-Xmx6G
18:01:17 [2024-02-24T23:01:17.452Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:17 [2024-02-24T23:01:17.452Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_ID=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_ID=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ export BUILD_DIR_SEG=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ BUILD_DIR_SEG=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ EQ_BUILD_DIR_SEG=I20240224-1800
18:01:17 [2024-02-24T23:01:17.452Z] +++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:17 [2024-02-24T23:01:17.452Z] +++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:17 [2024-02-24T23:01:17.453Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:17 [2024-02-24T23:01:17.453Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:17 [2024-02-24T23:01:17.453Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:17 [2024-02-24T23:01:17.453Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:17 [2024-02-24T23:01:17.453Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:17 [2024-02-24T23:01:17.453Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:17 [2024-02-24T23:01:17.453Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:17 [2024-02-24T23:01:17.453Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:17 [2024-02-24T23:01:17.453Z] ++ echo 4.31.0
18:01:17 [2024-02-24T23:01:17.453Z] + echo 4.31.0
[Pipeline] sh
18:01:18 [2024-02-24T23:01:18.040Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.040Z] +++ export TIMESTAMP=20240224-1800
18:01:18 [2024-02-24T23:01:18.040Z] +++ TIMESTAMP=20240224-1800
18:01:18 [2024-02-24T23:01:18.040Z] +++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:01:18 [2024-02-24T23:01:18.040Z] +++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:01:18 [2024-02-24T23:01:18.040Z] +++ export BRANCH=master
18:01:18 [2024-02-24T23:01:18.040Z] +++ BRANCH=master
18:01:18 [2024-02-24T23:01:18.040Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:18 [2024-02-24T23:01:18.040Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:18 [2024-02-24T23:01:18.040Z] +++ export BUILD_TYPE_NAME=Integration
18:01:18 [2024-02-24T23:01:18.040Z] +++ BUILD_TYPE_NAME=Integration
18:01:18 [2024-02-24T23:01:18.040Z] +++ export BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.040Z] +++ BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.040Z] +++ export TESTED_BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.040Z] +++ TESTED_BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.040Z] +++ export RELEASE_VER=4.31
18:01:18 [2024-02-24T23:01:18.040Z] +++ RELEASE_VER=4.31
18:01:18 [2024-02-24T23:01:18.040Z] +++ export STREAM=4.31.0
18:01:18 [2024-02-24T23:01:18.040Z] +++ STREAM=4.31.0
18:01:18 [2024-02-24T23:01:18.040Z] +++ export STREAMMajor=4
18:01:18 [2024-02-24T23:01:18.040Z] +++ STREAMMajor=4
18:01:18 [2024-02-24T23:01:18.040Z] +++ export STREAMMinor=31
18:01:18 [2024-02-24T23:01:18.040Z] +++ STREAMMinor=31
18:01:18 [2024-02-24T23:01:18.040Z] +++ export STREAMService=0
18:01:18 [2024-02-24T23:01:18.040Z] +++ STREAMService=0
18:01:18 [2024-02-24T23:01:18.040Z] +++ export GIT_ROOT=git@github.com:
18:01:18 [2024-02-24T23:01:18.040Z] +++ GIT_ROOT=git@github.com:
18:01:18 [2024-02-24T23:01:18.040Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:18 [2024-02-24T23:01:18.041Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:18 [2024-02-24T23:01:18.041Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:18 [2024-02-24T23:01:18.041Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:18 [2024-02-24T23:01:18.041Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:18 [2024-02-24T23:01:18.041Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:18 [2024-02-24T23:01:18.041Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:18 [2024-02-24T23:01:18.041Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:18 [2024-02-24T23:01:18.041Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:18 [2024-02-24T23:01:18.041Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:18 [2024-02-24T23:01:18.041Z] +++ export TMP_DIR=tmp
18:01:18 [2024-02-24T23:01:18.041Z] +++ TMP_DIR=tmp
18:01:18 [2024-02-24T23:01:18.041Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:18 [2024-02-24T23:01:18.041Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:18 [2024-02-24T23:01:18.041Z] +++ export LOCAL_REPO=localMavenRepo
18:01:18 [2024-02-24T23:01:18.041Z] +++ LOCAL_REPO=localMavenRepo
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BASEBUILDER_TAG=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ BASEBUILDER_TAG=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ export API_PREV_REF_LABEL=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ API_PREV_REF_LABEL=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ export API_FREEZE_REF_LABEL=
18:01:18 [2024-02-24T23:01:18.041Z] +++ API_FREEZE_REF_LABEL=
18:01:18 [2024-02-24T23:01:18.041Z] +++ export 'FREEZE_PARAMS= '
18:01:18 [2024-02-24T23:01:18.041Z] +++ FREEZE_PARAMS=' '
18:01:18 [2024-02-24T23:01:18.041Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.041Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.041Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.041Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:18 [2024-02-24T23:01:18.041Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:18 [2024-02-24T23:01:18.041Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:18 [2024-02-24T23:01:18.041Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:18 [2024-02-24T23:01:18.041Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:18 [2024-02-24T23:01:18.041Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:18 [2024-02-24T23:01:18.041Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:18 [2024-02-24T23:01:18.041Z] +++ MAVEN_OPTS=-Xmx6G
18:01:18 [2024-02-24T23:01:18.041Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:18 [2024-02-24T23:01:18.041Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_ID=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_ID=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ export BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ EQ_BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.041Z] +++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:18 [2024-02-24T23:01:18.041Z] +++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:18 [2024-02-24T23:01:18.041Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:18 [2024-02-24T23:01:18.041Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:18 [2024-02-24T23:01:18.041Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:18 [2024-02-24T23:01:18.042Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:18 [2024-02-24T23:01:18.042Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:18 [2024-02-24T23:01:18.042Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:18 [2024-02-24T23:01:18.042Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:18 [2024-02-24T23:01:18.042Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:18 [2024-02-24T23:01:18.042Z] ++ echo 6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:18 [2024-02-24T23:01:18.042Z] + echo 6df2522231904d8e8ef653a201fa5e7d7374bb44
[Pipeline] sh
18:01:18 [2024-02-24T23:01:18.658Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.658Z] +++ export TIMESTAMP=20240224-1800
18:01:18 [2024-02-24T23:01:18.658Z] +++ TIMESTAMP=20240224-1800
18:01:18 [2024-02-24T23:01:18.658Z] +++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:01:18 [2024-02-24T23:01:18.658Z] +++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BRANCH=master
18:01:18 [2024-02-24T23:01:18.658Z] +++ BRANCH=master
18:01:18 [2024-02-24T23:01:18.658Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:18 [2024-02-24T23:01:18.658Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BUILD_TYPE_NAME=Integration
18:01:18 [2024-02-24T23:01:18.658Z] +++ BUILD_TYPE_NAME=Integration
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.658Z] +++ BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.658Z] +++ export TESTED_BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.658Z] +++ TESTED_BUILD_TYPE=I
18:01:18 [2024-02-24T23:01:18.658Z] +++ export RELEASE_VER=4.31
18:01:18 [2024-02-24T23:01:18.658Z] +++ RELEASE_VER=4.31
18:01:18 [2024-02-24T23:01:18.658Z] +++ export STREAM=4.31.0
18:01:18 [2024-02-24T23:01:18.658Z] +++ STREAM=4.31.0
18:01:18 [2024-02-24T23:01:18.658Z] +++ export STREAMMajor=4
18:01:18 [2024-02-24T23:01:18.658Z] +++ STREAMMajor=4
18:01:18 [2024-02-24T23:01:18.658Z] +++ export STREAMMinor=31
18:01:18 [2024-02-24T23:01:18.658Z] +++ STREAMMinor=31
18:01:18 [2024-02-24T23:01:18.658Z] +++ export STREAMService=0
18:01:18 [2024-02-24T23:01:18.658Z] +++ STREAMService=0
18:01:18 [2024-02-24T23:01:18.658Z] +++ export GIT_ROOT=git@github.com:
18:01:18 [2024-02-24T23:01:18.658Z] +++ GIT_ROOT=git@github.com:
18:01:18 [2024-02-24T23:01:18.658Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:18 [2024-02-24T23:01:18.658Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:18 [2024-02-24T23:01:18.658Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:18 [2024-02-24T23:01:18.658Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:18 [2024-02-24T23:01:18.658Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:18 [2024-02-24T23:01:18.658Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:18 [2024-02-24T23:01:18.658Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:18 [2024-02-24T23:01:18.658Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:18 [2024-02-24T23:01:18.658Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:18 [2024-02-24T23:01:18.658Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:18 [2024-02-24T23:01:18.658Z] +++ export TMP_DIR=tmp
18:01:18 [2024-02-24T23:01:18.658Z] +++ TMP_DIR=tmp
18:01:18 [2024-02-24T23:01:18.658Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:18 [2024-02-24T23:01:18.658Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:18 [2024-02-24T23:01:18.658Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:18 [2024-02-24T23:01:18.658Z] +++ export LOCAL_REPO=localMavenRepo
18:01:18 [2024-02-24T23:01:18.658Z] +++ LOCAL_REPO=localMavenRepo
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BASEBUILDER_TAG=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ BASEBUILDER_TAG=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ export API_PREV_REF_LABEL=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ API_PREV_REF_LABEL=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ export API_FREEZE_REF_LABEL=
18:01:18 [2024-02-24T23:01:18.658Z] +++ API_FREEZE_REF_LABEL=
18:01:18 [2024-02-24T23:01:18.658Z] +++ export 'FREEZE_PARAMS= '
18:01:18 [2024-02-24T23:01:18.658Z] +++ FREEZE_PARAMS=' '
18:01:18 [2024-02-24T23:01:18.658Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.658Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.658Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.658Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:18 [2024-02-24T23:01:18.658Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:18 [2024-02-24T23:01:18.658Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:18 [2024-02-24T23:01:18.658Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:18 [2024-02-24T23:01:18.658Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:18 [2024-02-24T23:01:18.658Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:18 [2024-02-24T23:01:18.658Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:18 [2024-02-24T23:01:18.659Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:18 [2024-02-24T23:01:18.659Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:18 [2024-02-24T23:01:18.659Z] +++ MAVEN_OPTS=-Xmx6G
18:01:18 [2024-02-24T23:01:18.659Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:18 [2024-02-24T23:01:18.659Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:18 [2024-02-24T23:01:18.659Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.659Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:18 [2024-02-24T23:01:18.659Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:18 [2024-02-24T23:01:18.659Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:01:18 [2024-02-24T23:01:18.659Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:18 [2024-02-24T23:01:18.659Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:01:18 [2024-02-24T23:01:18.659Z] +++ export BUILD_ID=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ BUILD_ID=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ export BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ EQ_BUILD_DIR_SEG=I20240224-1800
18:01:18 [2024-02-24T23:01:18.659Z] +++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:18 [2024-02-24T23:01:18.659Z] +++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:01:18 [2024-02-24T23:01:18.659Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:18 [2024-02-24T23:01:18.659Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:01:18 [2024-02-24T23:01:18.659Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:18 [2024-02-24T23:01:18.659Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:01:18 [2024-02-24T23:01:18.659Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:18 [2024-02-24T23:01:18.659Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:01:18 [2024-02-24T23:01:18.659Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:18 [2024-02-24T23:01:18.659Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:01:18 [2024-02-24T23:01:18.659Z] ++ echo 4.31
18:01:18 [2024-02-24T23:01:18.659Z] + echo 4.31
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Create Base builder)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
18:01:18 [2024-02-24T23:01:18.809Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:01:18 [2024-02-24T23:01:18.809Z] [ssh-agent] Looking for ssh-agent implementation...
18:01:19 [2024-02-24T23:01:19.072Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:01:19 [2024-02-24T23:01:19.073Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:01:19 [2024-02-24T23:01:19.326Z] Executing command: "ssh-agent" 
18:01:19 [2024-02-24T23:01:19.326Z] exit
18:01:19 [2024-02-24T23:01:19.333Z] SSH_AUTH_SOCK=/tmp/ssh-MqU4a8FdmIbd/agent.525; export SSH_AUTH_SOCK;
18:01:19 [2024-02-24T23:01:19.333Z] SSH_AGENT_PID=526; export SSH_AGENT_PID;
18:01:19 [2024-02-24T23:01:19.333Z] echo Agent pid 526;
18:01:19 [2024-02-24T23:01:19.334Z] SSH_AUTH_SOCK=/tmp/ssh-MqU4a8FdmIbd/agent.525
18:01:19 [2024-02-24T23:01:19.334Z] SSH_AGENT_PID=526
18:01:19 [2024-02-24T23:01:19.344Z] Running ssh-add (command line suppressed)
18:01:19 [2024-02-24T23:01:19.639Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_11393005895550127580.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_11393005895550127580.key)
18:01:19 [2024-02-24T23:01:19.649Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] withAnt
18:01:20 [2024-02-24T23:01:20.069Z] Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on aggrbuild-pod-n77dq-w4lm1
[Pipeline] {
[Pipeline] sh
18:01:23 [2024-02-24T23:01:23.534Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:23 [2024-02-24T23:01:23.534Z] + ./mb020_createBaseBuilder.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:23 [2024-02-24T23:01:23.534Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb020_createBaseBuilder.sh.log
18:01:23 [2024-02-24T23:01:23.534Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.057Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.058Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.059Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.060Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.061Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.062Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.319Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.320Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.321Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.322Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.323Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.581Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.581Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.582Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.583Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.584Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:26 [2024-02-24T23:01:26.585Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:26 [2024-02-24T23:01:26.841Z] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign
18:01:26 [2024-02-24T23:01:26.841Z] Install location:
18:01:26 [2024-02-24T23:01:26.841Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/
18:01:26 [2024-02-24T23:01:26.841Z] Configuration file:
18:01:26 [2024-02-24T23:01:26.841Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/configuration/config.ini loaded
18:01:26 [2024-02-24T23:01:26.841Z] Configuration location:
18:01:26 [2024-02-24T23:01:26.841Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/configuration/
18:01:26 [2024-02-24T23:01:26.841Z] Framework located:
18:01:26 [2024-02-24T23:01:26.841Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/plugins/org.eclipse.osgi_3.18.600.v20231110-1900.jar
18:01:26 [2024-02-24T23:01:26.841Z] Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.2.900.v20231106-0859.jar
18:01:26 [2024-02-24T23:01:26.842Z] 	eclipse.properties not found
18:01:26 [2024-02-24T23:01:26.842Z] Framework classpath:
18:01:26 [2024-02-24T23:01:26.842Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/plugins/org.eclipse.osgi_3.18.600.v20231110-1900.jar
18:01:26 [2024-02-24T23:01:26.842Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/plugins/
18:01:26 [2024-02-24T23:01:26.842Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.2.900.v20231106-0859.jar
18:01:27 [2024-02-24T23:01:27.099Z] Debug options:
18:01:27 [2024-02-24T23:01:27.099Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.options not found
18:01:27 [2024-02-24T23:01:27.355Z] Time to load bundles: 38
18:01:28 [2024-02-24T23:01:28.285Z] Feb 24, 2024 11:01:28 PM org.apache.aries.spifly.BaseActivator log
18:01:28 [2024-02-24T23:01:28.285Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
18:01:29 [2024-02-24T23:01:29.215Z] Starting application: 2290
18:01:31 [2024-02-24T23:01:31.107Z] Installing org.eclipse.platform.ide 4.31.0.I20240224-0600.
18:01:31 [2024-02-24T23:01:31.107Z] Installing org.eclipse.pde.api.tools 1.3.300.v20240211-1946.
18:01:31 [2024-02-24T23:01:31.107Z] Installing org.eclipse.releng.build.tools.feature.feature.group 1.1.0.v20230804-0604.
18:01:31 [2024-02-24T23:01:31.107Z] Installing org.eclipse.wtp.releng.tools.feature.feature.group 1.2.0.v202212092153.
18:01:32 [2024-02-24T23:01:32.037Z] !SESSION 2024-02-24 23:01:26.822 -----------------------------------------------
18:01:32 [2024-02-24T23:01:32.038Z] eclipse.buildId=4.30.0.I20231201-0110
18:01:32 [2024-02-24T23:01:32.038Z] java.version=17.0.2
18:01:32 [2024-02-24T23:01:32.038Z] java.vendor=Oracle Corporation
18:01:32 [2024-02-24T23:01:32.038Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
18:01:32 [2024-02-24T23:01:32.038Z] Framework arguments:  -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/eclipse/updates/4.31-I-builds/,https://download.eclipse.org/eclipse/updates/buildtools/,https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/ -installIU org.eclipse.platform.ide,org.eclipse.pde.api.tools,org.eclipse.releng.build.tools.feature.feature.group,org.eclipse.wtp.releng.tools.feature.feature.group -destination /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder -profile SDKProfile
18:01:32 [2024-02-24T23:01:32.038Z] Command-line arguments:  -os linux -ws gtk -arch x86_64 -debug -consolelog -data /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-toolsinstall -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/eclipse/updates/4.31-I-builds/,https://download.eclipse.org/eclipse/updates/buildtools/,https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/ -installIU org.eclipse.platform.ide,org.eclipse.pde.api.tools,org.eclipse.releng.build.tools.feature.feature.group,org.eclipse.wtp.releng.tools.feature.feature.group -destination /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder -profile SDKProfile
18:01:32 [2024-02-24T23:01:32.038Z] 
18:01:32 [2024-02-24T23:01:32.038Z] !ENTRY org.eclipse.equinox.p2.director 0 0 2024-02-24 23:01:31.916
18:01:32 [2024-02-24T23:01:32.038Z] !MESSAGE Overall install request is satisfiable
18:01:32 [2024-02-24T23:01:32.038Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-24 23:01:31.916
18:01:32 [2024-02-24T23:01:32.038Z] !MESSAGE Add request for Eclipse Platform 4.31.0.I20240224-0600 (org.eclipse.platform.ide 4.31.0.I20240224-0600) is satisfiable
18:01:32 [2024-02-24T23:01:32.038Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-24 23:01:31.916
18:01:32 [2024-02-24T23:01:32.038Z] !MESSAGE Add request for API Tools 1.3.300.v20240211-1946 (org.eclipse.pde.api.tools 1.3.300.v20240211-1946) is satisfiable
18:01:32 [2024-02-24T23:01:32.038Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-24 23:01:31.916
18:01:32 [2024-02-24T23:01:32.038Z] !MESSAGE Add request for Eclipse Platform releng build tools 1.1.0.v20230804-0604 (org.eclipse.releng.build.tools.feature.feature.group 1.1.0.v20230804-0604) is satisfiable
18:01:32 [2024-02-24T23:01:32.038Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-24 23:01:31.916
18:01:32 [2024-02-24T23:01:32.038Z] !MESSAGE Add request for Releng Tools Feature 1.2.0.v202212092153 (org.eclipse.wtp.releng.tools.feature.feature.group 1.2.0.v202212092153) is satisfiable
18:01:41 [2024-02-24T23:01:41.990Z] Operation completed in 11349 ms.
18:01:41 [2024-02-24T23:01:41.990Z] Start VM: /opt/tools/java/openjdk/jdk-17/latest/bin/java
18:01:41 [2024-02-24T23:01:41.990Z] -Dosgi.requiredJavaVersion=17
18:01:41 [2024-02-24T23:01:41.990Z] -Dosgi.dataAreaRequiresExplicitInit=true
18:01:41 [2024-02-24T23:01:41.990Z] -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
18:01:41 [2024-02-24T23:01:41.990Z] --add-modules=ALL-SYSTEM
18:01:41 [2024-02-24T23:01:41.990Z] -Dorg.slf4j.simpleLogger.defaultLogLevel=off
18:01:41 [2024-02-24T23:01:41.990Z] -Djava.security.manager=allow
18:01:41 [2024-02-24T23:01:41.990Z] -jar /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse//plugins/org.eclipse.equinox.launcher_1.6.600.v20231106-1826.jar
18:01:41 [2024-02-24T23:01:41.990Z] -os linux
18:01:41 [2024-02-24T23:01:41.990Z] -ws gtk
18:01:41 [2024-02-24T23:01:41.990Z] -arch x86_64
18:01:41 [2024-02-24T23:01:41.990Z] -launcher /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/eclipse
18:01:41 [2024-02-24T23:01:41.990Z] -name Eclipse
18:01:41 [2024-02-24T23:01:41.990Z] --launcher.library /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.800.v20231003-1442/eclipse_11802.so
18:01:41 [2024-02-24T23:01:41.990Z] -startup /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse//plugins/org.eclipse.equinox.launcher_1.6.600.v20231106-1826.jar
18:01:41 [2024-02-24T23:01:41.990Z] --launcher.appendVmargs
18:01:41 [2024-02-24T23:01:41.990Z] -exitdata 0
18:01:41 [2024-02-24T23:01:41.990Z] -debug
18:01:41 [2024-02-24T23:01:41.990Z] -consolelog
18:01:41 [2024-02-24T23:01:41.990Z] -data /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-toolsinstall
18:01:41 [2024-02-24T23:01:41.990Z] -application org.eclipse.equinox.p2.director
18:01:41 [2024-02-24T23:01:41.990Z] -repository https://download.eclipse.org/eclipse/updates/4.31-I-builds/,https://download.eclipse.org/eclipse/updates/buildtools/,https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:41 [2024-02-24T23:01:41.990Z] -installIU org.eclipse.platform.ide,org.eclipse.pde.api.tools,org.eclipse.releng.build.tools.feature.feature.group,org.eclipse.wtp.releng.tools.feature.feature.group
18:01:41 [2024-02-24T23:01:41.990Z] -destination /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder
18:01:41 [2024-02-24T23:01:41.990Z] -profile SDKProfile
18:01:41 [2024-02-24T23:01:41.990Z] -vm /opt/tools/java/openjdk/jdk-17/latest/bin/java
18:01:41 [2024-02-24T23:01:41.990Z] -vmargs
18:01:41 [2024-02-24T23:01:41.990Z] -Dosgi.requiredJavaVersion=17
18:01:41 [2024-02-24T23:01:41.990Z] -Dosgi.dataAreaRequiresExplicitInit=true
18:01:41 [2024-02-24T23:01:41.990Z] -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
18:01:41 [2024-02-24T23:01:41.990Z] --add-modules=ALL-SYSTEM
18:01:41 [2024-02-24T23:01:41.990Z] -Dorg.slf4j.simpleLogger.defaultLogLevel=off
18:01:41 [2024-02-24T23:01:41.990Z] -Djava.security.manager=allow
18:01:41 [2024-02-24T23:01:41.990Z] -jar /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse//plugins/org.eclipse.equinox.launcher_1.6.600.v20231106-1826.jar 
18:01:41 [2024-02-24T23:01:41.990Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withAnt
[Pipeline] }
18:01:42 [2024-02-24T23:01:42.021Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:01:42 [2024-02-24T23:01:42.365Z] Executing command: "ssh-agent" "-k" 
18:01:42 [2024-02-24T23:01:42.365Z] exit
18:01:42 [2024-02-24T23:01:42.371Z] unset SSH_AUTH_SOCK;
18:01:42 [2024-02-24T23:01:42.371Z] unset SSH_AGENT_PID;
18:01:42 [2024-02-24T23:01:42.371Z] echo Agent pid 526 killed;
18:01:42 [2024-02-24T23:01:42.373Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download reference repo for repo reports)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
18:01:42 [2024-02-24T23:01:42.525Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:01:42 [2024-02-24T23:01:42.525Z] [ssh-agent] Looking for ssh-agent implementation...
18:01:42 [2024-02-24T23:01:42.782Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:01:42 [2024-02-24T23:01:42.782Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:01:43 [2024-02-24T23:01:43.034Z] Executing command: "ssh-agent" 
18:01:43 [2024-02-24T23:01:43.034Z] exit
18:01:43 [2024-02-24T23:01:43.040Z] SSH_AUTH_SOCK=/tmp/ssh-IGhI0hf91XkO/agent.691; export SSH_AUTH_SOCK;
18:01:43 [2024-02-24T23:01:43.040Z] SSH_AGENT_PID=692; export SSH_AGENT_PID;
18:01:43 [2024-02-24T23:01:43.040Z] echo Agent pid 692;
18:01:43 [2024-02-24T23:01:43.042Z] SSH_AUTH_SOCK=/tmp/ssh-IGhI0hf91XkO/agent.691
18:01:43 [2024-02-24T23:01:43.042Z] SSH_AGENT_PID=692
18:01:43 [2024-02-24T23:01:43.050Z] Running ssh-add (command line suppressed)
18:01:43 [2024-02-24T23:01:43.363Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_7795481983356287108.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_7795481983356287108.key)
18:01:43 [2024-02-24T23:01:43.369Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:01:43 [2024-02-24T23:01:43.891Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:43 [2024-02-24T23:01:43.891Z] + ./mb030_downloadBuildToCompare.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:43 [2024-02-24T23:01:43.891Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb030_downloadBuildToCompare.sh.log
18:01:43 [2024-02-24T23:01:43.891Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:01 [2024-02-24T23:02:01.953Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:01 [2024-02-24T23:02:01.953Z] + [[ 0 -ne 0 ]]
18:02:01 [2024-02-24T23:02:01.953Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31
[Pipeline] }
18:02:01 [2024-02-24T23:02:01.958Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:02:02 [2024-02-24T23:02:02.216Z] Executing command: "ssh-agent" "-k" 
18:02:02 [2024-02-24T23:02:02.216Z] exit
18:02:02 [2024-02-24T23:02:02.222Z] unset SSH_AUTH_SOCK;
18:02:02 [2024-02-24T23:02:02.222Z] unset SSH_AGENT_PID;
18:02:02 [2024-02-24T23:02:02.222Z] echo Agent pid 692 killed;
18:02:02 [2024-02-24T23:02:02.224Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Repositories)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
18:02:04 [2024-02-24T23:02:04.312Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
18:02:04 [2024-02-24T23:02:04.312Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:02:04 [2024-02-24T23:02:04.312Z] [ssh-agent] Looking for ssh-agent implementation...
18:02:04 [2024-02-24T23:02:04.583Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:02:04 [2024-02-24T23:02:04.583Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:02:04 [2024-02-24T23:02:04.832Z] Executing command: "ssh-agent" 
18:02:04 [2024-02-24T23:02:04.832Z] exit
18:02:04 [2024-02-24T23:02:04.846Z] SSH_AUTH_SOCK=/tmp/ssh-4ZEKFomD6fRT/agent.750; export SSH_AUTH_SOCK;
18:02:04 [2024-02-24T23:02:04.846Z] SSH_AGENT_PID=751; export SSH_AGENT_PID;
18:02:04 [2024-02-24T23:02:04.846Z] echo Agent pid 751;
18:02:04 [2024-02-24T23:02:04.847Z] SSH_AUTH_SOCK=/tmp/ssh-4ZEKFomD6fRT/agent.750
18:02:04 [2024-02-24T23:02:04.847Z] SSH_AGENT_PID=751
18:02:04 [2024-02-24T23:02:04.855Z] Running ssh-add (command line suppressed)
18:02:05 [2024-02-24T23:02:05.191Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_4091705075500572331.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_4091705075500572331.key)
18:02:05 [2024-02-24T23:02:05.205Z] Running ssh-add (command line suppressed)
18:02:05 [2024-02-24T23:02:05.487Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_10634491579616161282.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_10634491579616161282.key)
18:02:05 [2024-02-24T23:02:05.494Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:02:06 [2024-02-24T23:02:06.131Z] + git config --global user.email eclipse-releng-bot@eclipse.org
18:02:06 [2024-02-24T23:02:06.131Z] + git config --global user.name 'Eclipse Releng Bot'
18:02:06 [2024-02-24T23:02:06.131Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:06 [2024-02-24T23:02:06.131Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:02:06 [2024-02-24T23:02:06.131Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log
18:02:06 [2024-02-24T23:02:06.131Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
18:02:18 [2024-02-24T23:02:18.304Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
18:02:18 [2024-02-24T23:02:18.305Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2'
18:02:18 [2024-02-24T23:02:18.305Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt'...
18:02:18 [2024-02-24T23:02:18.305Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core'...
18:02:36 [2024-02-24T23:02:36.613Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core.binaries'...
18:02:37 [2024-02-24T23:02:37.539Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug'...
18:02:40 [2024-02-24T23:02:40.888Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui'...
18:02:50 [2024-02-24T23:02:50.908Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde'...
18:02:59 [2024-02-24T23:02:59.054Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform'...
18:03:11 [2024-02-24T23:03:11.323Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt'...
18:03:23 [2024-02-24T23:03:23.740Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui'...
18:03:38 [2024-02-24T23:03:38.616Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'...
18:03:41 [2024-02-24T23:03:41.239Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.binaries'...
18:03:43 [2024-02-24T23:03:43.760Z] Cloning into '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2'...
18:03:49 [2024-02-24T23:03:49.008Z] Submodule path 'eclipse.jdt': checked out '025df5e359bc91c85feb8630843078b52d15fcbd'
18:03:49 [2024-02-24T23:03:49.571Z] Submodule path 'eclipse.jdt.core': checked out 'e3e6fd35fb0e58009c80b47e6d3e21a2c93640c0'
18:03:49 [2024-02-24T23:03:49.827Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0e96eca5cc1a6ad45663747c0b02c55c030e63cd'
18:03:49 [2024-02-24T23:03:49.827Z] Submodule path 'eclipse.jdt.debug': checked out '954200b43d6488382b7ed78fdad57325ea7093fc'
18:03:51 [2024-02-24T23:03:51.193Z] Submodule path 'eclipse.jdt.ui': checked out '30c501df8780ac9a6f043b35ff17ad9f4211d611'
18:03:52 [2024-02-24T23:03:52.121Z] Submodule path 'eclipse.pde': checked out 'b606f5bae14210603888fd566410a6247b155700'
18:03:53 [2024-02-24T23:03:53.073Z] Submodule path 'eclipse.platform': checked out 'a17ae73905f80cbd162cb17f96257c62fd63d2ed'
18:03:54 [2024-02-24T23:03:54.441Z] Submodule path 'eclipse.platform.swt': checked out 'fc6539786863fef89df6758dfaa51747e08a55fd'
18:03:55 [2024-02-24T23:03:55.367Z] Submodule path 'eclipse.platform.ui': checked out 'e0d59764064c61d2ecd3110fbd0009629d8bca2b'
18:03:55 [2024-02-24T23:03:55.931Z] Submodule path 'equinox': checked out '906f6d642b35bd86317b0e3dbac5dc1a66dbf9f2'
18:03:55 [2024-02-24T23:03:55.931Z] Submodule path 'rt.equinox.binaries': checked out 'a768faa1bd1d8811eb1206e779406deb57bf7b27'
18:03:56 [2024-02-24T23:03:56.859Z] Submodule path 'rt.equinox.p2': checked out '151d95ba4c27c2bc769bd6f3c0e55b11ff071d1f'
18:03:56 [2024-02-24T23:03:56.859Z] Already on 'master'
18:03:56 [2024-02-24T23:03:56.859Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
18:03:56 [2024-02-24T23:03:56.859Z] M	cje-production/mbscripts/mb200_createSourceBundles.sh
18:03:56 [2024-02-24T23:03:56.859Z] Your branch is up to date with 'origin/master'.
18:03:57 [2024-02-24T23:03:57.789Z] Already up to date.
18:03:57 [2024-02-24T23:03:57.789Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:03:57 [2024-02-24T23:03:57.789Z] Entering 'eclipse.jdt'
18:03:58 [2024-02-24T23:03:58.044Z] Checking out master
18:03:58 [2024-02-24T23:03:58.044Z] Previous HEAD position was 025df5e uniformly use 4GB Heap on Workspace
18:03:58 [2024-02-24T23:03:58.044Z] Switched to branch 'master'
18:03:58 [2024-02-24T23:03:58.044Z] Your branch is up to date with 'origin/master'.
18:03:58 [2024-02-24T23:03:58.607Z] Already up to date.
18:03:58 [2024-02-24T23:03:58.607Z] Entering 'eclipse.jdt.core'
18:03:58 [2024-02-24T23:03:58.862Z] Checking out master
18:03:59 [2024-02-24T23:03:59.118Z] Switched to branch 'master'
18:03:59 [2024-02-24T23:03:59.118Z] Your branch is up to date with 'origin/master'.
18:03:59 [2024-02-24T23:03:59.682Z] Already up to date.
18:03:59 [2024-02-24T23:03:59.682Z] Entering 'eclipse.jdt.core.binaries'
18:03:59 [2024-02-24T23:03:59.938Z] Checking out master
18:04:00 [2024-02-24T23:04:00.195Z] Switched to branch 'master'
18:04:00 [2024-02-24T23:04:00.195Z] Your branch is up to date with 'origin/master'.
18:04:00 [2024-02-24T23:04:00.451Z] Already up to date.
18:04:00 [2024-02-24T23:04:00.451Z] Entering 'eclipse.jdt.debug'
18:04:01 [2024-02-24T23:04:01.014Z] Checking out master
18:04:01 [2024-02-24T23:04:01.014Z] Switched to branch 'master'
18:04:01 [2024-02-24T23:04:01.014Z] Your branch is up to date with 'origin/master'.
18:04:01 [2024-02-24T23:04:01.576Z] Already up to date.
18:04:01 [2024-02-24T23:04:01.576Z] Entering 'eclipse.jdt.ui'
18:04:01 [2024-02-24T23:04:01.832Z] Checking out master
18:04:02 [2024-02-24T23:04:02.395Z] Switched to branch 'master'
18:04:02 [2024-02-24T23:04:02.395Z] Your branch is up to date with 'origin/master'.
18:04:02 [2024-02-24T23:04:02.958Z] Already up to date.
18:04:02 [2024-02-24T23:04:02.958Z] Entering 'eclipse.pde'
18:04:03 [2024-02-24T23:04:03.214Z] Checking out master
18:04:03 [2024-02-24T23:04:03.777Z] Switched to branch 'master'
18:04:03 [2024-02-24T23:04:03.777Z] Your branch is up to date with 'origin/master'.
18:04:04 [2024-02-24T23:04:04.034Z] Already up to date.
18:04:04 [2024-02-24T23:04:04.034Z] Entering 'eclipse.platform'
18:04:04 [2024-02-24T23:04:04.597Z] Checking out master
18:04:04 [2024-02-24T23:04:04.854Z] Switched to branch 'master'
18:04:04 [2024-02-24T23:04:04.854Z] Your branch is up to date with 'origin/master'.
18:04:05 [2024-02-24T23:04:05.417Z] Already up to date.
18:04:05 [2024-02-24T23:04:05.417Z] Entering 'eclipse.platform.swt'
18:04:05 [2024-02-24T23:04:05.674Z] Checking out master
18:04:05 [2024-02-24T23:04:05.674Z] Switched to branch 'master'
18:04:05 [2024-02-24T23:04:05.674Z] Your branch is up to date with 'origin/master'.
18:04:06 [2024-02-24T23:04:06.235Z] Already up to date.
18:04:06 [2024-02-24T23:04:06.235Z] Entering 'eclipse.platform.ui'
18:04:06 [2024-02-24T23:04:06.796Z] Checking out master
18:04:06 [2024-02-24T23:04:06.796Z] Switched to branch 'master'
18:04:06 [2024-02-24T23:04:06.796Z] Your branch is up to date with 'origin/master'.
18:04:07 [2024-02-24T23:04:07.357Z] Already up to date.
18:04:07 [2024-02-24T23:04:07.357Z] Entering 'equinox'
18:04:07 [2024-02-24T23:04:07.920Z] Checking out master
18:04:07 [2024-02-24T23:04:07.920Z] Switched to branch 'master'
18:04:07 [2024-02-24T23:04:07.920Z] Your branch is up to date with 'origin/master'.
18:04:08 [2024-02-24T23:04:08.176Z] Already up to date.
18:04:08 [2024-02-24T23:04:08.176Z] Entering 'rt.equinox.binaries'
18:04:08 [2024-02-24T23:04:08.738Z] Checking out master
18:04:08 [2024-02-24T23:04:08.738Z] Switched to branch 'master'
18:04:08 [2024-02-24T23:04:08.738Z] Your branch is up to date with 'origin/master'.
18:04:08 [2024-02-24T23:04:08.994Z] Already up to date.
18:04:08 [2024-02-24T23:04:08.994Z] Entering 'rt.equinox.p2'
18:04:09 [2024-02-24T23:04:09.557Z] Checking out master
18:04:09 [2024-02-24T23:04:09.813Z] Switched to branch 'master'
18:04:09 [2024-02-24T23:04:09.813Z] Your branch is up to date with 'origin/master'.
18:04:10 [2024-02-24T23:04:10.376Z] Already up to date.
18:04:10 [2024-02-24T23:04:10.376Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:10 [2024-02-24T23:04:10.376Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:10 [2024-02-24T23:04:10.632Z] git add eclipse.jdt
18:04:10 [2024-02-24T23:04:10.632Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:10 [2024-02-24T23:04:10.632Z] + [[ 0 -ne 0 ]]
[Pipeline] }
18:04:10 [2024-02-24T23:04:10.640Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:04:10 [2024-02-24T23:04:10.957Z] Executing command: "ssh-agent" "-k" 
18:04:10 [2024-02-24T23:04:10.957Z] exit
18:04:10 [2024-02-24T23:04:10.963Z] unset SSH_AUTH_SOCK;
18:04:10 [2024-02-24T23:04:10.964Z] unset SSH_AGENT_PID;
18:04:10 [2024-02-24T23:04:10.964Z] echo Agent pid 751 killed;
18:04:10 [2024-02-24T23:04:10.966Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build Inputs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
18:04:12 [2024-02-24T23:04:12.931Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
18:04:12 [2024-02-24T23:04:12.931Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:04:12 [2024-02-24T23:04:12.931Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:04:12 [2024-02-24T23:04:12.931Z] [ssh-agent] Looking for ssh-agent implementation...
18:04:13 [2024-02-24T23:04:13.308Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:04:13 [2024-02-24T23:04:13.308Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:04:13 [2024-02-24T23:04:13.572Z] Executing command: "ssh-agent" 
18:04:13 [2024-02-24T23:04:13.572Z] exit
18:04:13 [2024-02-24T23:04:13.580Z] SSH_AUTH_SOCK=/tmp/ssh-bivXPIkVnolU/agent.2003; export SSH_AUTH_SOCK;
18:04:13 [2024-02-24T23:04:13.580Z] SSH_AGENT_PID=2004; export SSH_AGENT_PID;
18:04:13 [2024-02-24T23:04:13.580Z] echo Agent pid 2004;
18:04:13 [2024-02-24T23:04:13.581Z] SSH_AUTH_SOCK=/tmp/ssh-bivXPIkVnolU/agent.2003
18:04:13 [2024-02-24T23:04:13.581Z] SSH_AGENT_PID=2004
18:04:13 [2024-02-24T23:04:13.591Z] Running ssh-add (command line suppressed)
18:04:13 [2024-02-24T23:04:13.855Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_4559700064022049546.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_4559700064022049546.key)
18:04:13 [2024-02-24T23:04:13.867Z] Running ssh-add (command line suppressed)
18:04:14 [2024-02-24T23:04:14.227Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_2951264205887807695.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_2951264205887807695.key)
18:04:14 [2024-02-24T23:04:14.238Z] Running ssh-add (command line suppressed)
18:04:14 [2024-02-24T23:04:14.502Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_17719171682787842511.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_17719171682787842511.key)
18:04:14 [2024-02-24T23:04:14.509Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:04:15 [2024-02-24T23:04:15.125Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:15 [2024-02-24T23:04:15.125Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:15 [2024-02-24T23:04:15.125Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log
18:04:15 [2024-02-24T23:04:15.125Z] + '[' 1 -ne 1 ']'
18:04:15 [2024-02-24T23:04:15.125Z] + source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
18:04:15 [2024-02-24T23:04:15.125Z] + source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:15 [2024-02-24T23:04:15.125Z] ++ export TIMESTAMP=20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ TIMESTAMP=20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ export 'BUILD_PRETTY_DATE=Sat Feb 24 18:00:00 EST 2024'
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_PRETTY_DATE='Sat Feb 24 18:00:00 EST 2024'
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BRANCH=master
18:04:15 [2024-02-24T23:04:15.125Z] ++ BRANCH=master
18:04:15 [2024-02-24T23:04:15.125Z] ++ export PATCH_OR_BRANCH_LABEL=master
18:04:15 [2024-02-24T23:04:15.125Z] ++ PATCH_OR_BRANCH_LABEL=master
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_TYPE_NAME=Integration
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_TYPE_NAME=Integration
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_TYPE=I
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_TYPE=I
18:04:15 [2024-02-24T23:04:15.125Z] ++ export TESTED_BUILD_TYPE=I
18:04:15 [2024-02-24T23:04:15.125Z] ++ TESTED_BUILD_TYPE=I
18:04:15 [2024-02-24T23:04:15.125Z] ++ export RELEASE_VER=4.31
18:04:15 [2024-02-24T23:04:15.125Z] ++ RELEASE_VER=4.31
18:04:15 [2024-02-24T23:04:15.125Z] ++ export STREAM=4.31.0
18:04:15 [2024-02-24T23:04:15.125Z] ++ STREAM=4.31.0
18:04:15 [2024-02-24T23:04:15.125Z] ++ export STREAMMajor=4
18:04:15 [2024-02-24T23:04:15.125Z] ++ STREAMMajor=4
18:04:15 [2024-02-24T23:04:15.125Z] ++ export STREAMMinor=31
18:04:15 [2024-02-24T23:04:15.125Z] ++ STREAMMinor=31
18:04:15 [2024-02-24T23:04:15.125Z] ++ export STREAMService=0
18:04:15 [2024-02-24T23:04:15.125Z] ++ STREAMService=0
18:04:15 [2024-02-24T23:04:15.125Z] ++ export GIT_ROOT=git@github.com:
18:04:15 [2024-02-24T23:04:15.125Z] ++ GIT_ROOT=git@github.com:
18:04:15 [2024-02-24T23:04:15.125Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:15 [2024-02-24T23:04:15.125Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:15 [2024-02-24T23:04:15.125Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:04:15 [2024-02-24T23:04:15.125Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:04:15 [2024-02-24T23:04:15.125Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:04:15 [2024-02-24T23:04:15.125Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:04:15 [2024-02-24T23:04:15.125Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
18:04:15 [2024-02-24T23:04:15.125Z] ++ UPDATES_DIR=siteDir/eclipse/updates
18:04:15 [2024-02-24T23:04:15.125Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:04:15 [2024-02-24T23:04:15.125Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:04:15 [2024-02-24T23:04:15.125Z] ++ export TMP_DIR=tmp
18:04:15 [2024-02-24T23:04:15.125Z] ++ TMP_DIR=tmp
18:04:15 [2024-02-24T23:04:15.125Z] ++ export DOWNLOAD_HOST=download.eclipse.org
18:04:15 [2024-02-24T23:04:15.125Z] ++ DOWNLOAD_HOST=download.eclipse.org
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:04:15 [2024-02-24T23:04:15.125Z] ++ export LOCAL_REPO=localMavenRepo
18:04:15 [2024-02-24T23:04:15.125Z] ++ LOCAL_REPO=localMavenRepo
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BASEBUILDER_TAG=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ BASEBUILDER_TAG=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ export API_PREV_REF_LABEL=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ API_PREV_REF_LABEL=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ export API_FREEZE_REF_LABEL=
18:04:15 [2024-02-24T23:04:15.125Z] ++ API_FREEZE_REF_LABEL=
18:04:15 [2024-02-24T23:04:15.125Z] ++ export 'FREEZE_PARAMS= '
18:04:15 [2024-02-24T23:04:15.125Z] ++ FREEZE_PARAMS=' '
18:04:15 [2024-02-24T23:04:15.125Z] ++ export PREVIOUS_RELEASE_VER=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ PREVIOUS_RELEASE_VER=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ PREVIOUS_RELEASE_REPO_ID=4.30
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BASEBUILD_ID=R-4.30-202312010110
18:04:15 [2024-02-24T23:04:15.125Z] ++ BASEBUILD_ID=R-4.30-202312010110
18:04:15 [2024-02-24T23:04:15.125Z] ++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:04:15 [2024-02-24T23:04:15.125Z] ++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:04:15 [2024-02-24T23:04:15.125Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:04:15 [2024-02-24T23:04:15.125Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:04:15 [2024-02-24T23:04:15.125Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:04:15 [2024-02-24T23:04:15.125Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:04:15 [2024-02-24T23:04:15.125Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:04:15 [2024-02-24T23:04:15.125Z] ++ export MAVEN_OPTS=-Xmx6G
18:04:15 [2024-02-24T23:04:15.125Z] ++ MAVEN_OPTS=-Xmx6G
18:04:15 [2024-02-24T23:04:15.125Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:04:15 [2024-02-24T23:04:15.125Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_ID=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_ID=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ export BUILD_DIR_SEG=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ BUILD_DIR_SEG=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ export EQ_BUILD_DIR_SEG=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ EQ_BUILD_DIR_SEG=I20240224-1800
18:04:15 [2024-02-24T23:04:15.125Z] ++ export EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:04:15 [2024-02-24T23:04:15.125Z] ++ EBUILDER_HASH=6df2522231904d8e8ef653a201fa5e7d7374bb44
18:04:15 [2024-02-24T23:04:15.126Z] ++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:04:15 [2024-02-24T23:04:15.126Z] ++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
18:04:15 [2024-02-24T23:04:15.126Z] ++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:04:15 [2024-02-24T23:04:15.126Z] ++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:04:15 [2024-02-24T23:04:15.126Z] ++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:04:15 [2024-02-24T23:04:15.126Z] ++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:04:15 [2024-02-24T23:04:15.126Z] ++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:04:15 [2024-02-24T23:04:15.126Z] ++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
18:04:15 [2024-02-24T23:04:15.126Z] ++ export LAUNCHER_JAR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
18:04:15 [2024-02-24T23:04:15.126Z] ++ LAUNCHER_JAR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
18:04:15 [2024-02-24T23:04:15.126Z] ++ TZ=America/New_York
18:04:15 [2024-02-24T23:04:15.126Z] ++ date +%s
18:04:15 [2024-02-24T23:04:15.126Z] + reportDate=1708815854
18:04:15 [2024-02-24T23:04:15.126Z] ++ TZ=America/New_York
18:04:15 [2024-02-24T23:04:15.126Z] ++ date +%Y%m%d-%H%M --date=@1708815854
18:04:15 [2024-02-24T23:04:15.126Z] + reportTimestamp=20240224-1804
18:04:15 [2024-02-24T23:04:15.126Z] + gitLogFile=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240224-1800/gitLog.html
18:04:15 [2024-02-24T23:04:15.126Z] + mkdir -p /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240224-1800
18:04:15 [2024-02-24T23:04:15.126Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
18:04:15 [2024-02-24T23:04:15.126Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds
18:04:15 [2024-02-24T23:04:15.126Z] ++ git tag --list 'I*'
18:04:15 [2024-02-24T23:04:15.126Z] ++ tail -n5
18:04:15 [2024-02-24T23:04:15.126Z] + lastTagList='I20240221-0600
18:04:15 [2024-02-24T23:04:15.126Z] I20240221-1800
18:04:15 [2024-02-24T23:04:15.126Z] I20240223-0600
18:04:15 [2024-02-24T23:04:15.126Z] I20240223-1800
18:04:15 [2024-02-24T23:04:15.126Z] I20240224-0600'
18:04:15 [2024-02-24T23:04:15.126Z] + lastTag=
18:04:15 [2024-02-24T23:04:15.126Z] + for lt in $lastTagList
18:04:15 [2024-02-24T23:04:15.126Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240221-0600
18:04:15 [2024-02-24T23:04:15.689Z] + lastTag=I20240221-0600
18:04:15 [2024-02-24T23:04:15.689Z] + for lt in $lastTagList
18:04:15 [2024-02-24T23:04:15.689Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240221-1800
18:04:15 [2024-02-24T23:04:15.944Z] + lastTag=I20240221-1800
18:04:15 [2024-02-24T23:04:15.944Z] + for lt in $lastTagList
18:04:15 [2024-02-24T23:04:15.944Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240223-0600
18:04:16 [2024-02-24T23:04:16.200Z] + lastTag=I20240223-0600
18:04:16 [2024-02-24T23:04:16.200Z] + for lt in $lastTagList
18:04:16 [2024-02-24T23:04:16.200Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240223-1800
18:04:16 [2024-02-24T23:04:16.455Z] + lastTag=I20240223-1800
18:04:16 [2024-02-24T23:04:16.455Z] + for lt in $lastTagList
18:04:16 [2024-02-24T23:04:16.455Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240224-0600
18:04:17 [2024-02-24T23:04:17.018Z] + lastTag=I20240224-0600
18:04:17 [2024-02-24T23:04:17.018Z] + [[ -z I20240224-0600 ]]
18:04:17 [2024-02-24T23:04:17.018Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
18:04:17 [2024-02-24T23:04:17.018Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:17 [2024-02-24T23:04:17.018Z] + '[' I == I ']'
18:04:17 [2024-02-24T23:04:17.018Z] + git commit -m 'Build input for build I20240224-1800'
18:04:17 [2024-02-24T23:04:17.018Z] [master 6e053cd8e6] Build input for build I20240224-1800
18:04:17 [2024-02-24T23:04:17.018Z]  1 file changed, 1 insertion(+), 1 deletion(-)
18:04:17 [2024-02-24T23:04:17.018Z] + [[ 0 -eq 0 ]]
18:04:17 [2024-02-24T23:04:17.018Z] + git push origin HEAD
18:04:18 [2024-02-24T23:04:18.384Z] remote: Bypassed rule violations for refs/heads/master:        
18:04:18 [2024-02-24T23:04:18.384Z] remote: 
18:04:18 [2024-02-24T23:04:18.384Z] remote: - Changes must be made through a pull request.        
18:04:18 [2024-02-24T23:04:18.384Z] remote: 
18:04:18 [2024-02-24T23:04:18.384Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:18 [2024-02-24T23:04:18.384Z]    6df2522231..6e053cd8e6  HEAD -> master
18:04:18 [2024-02-24T23:04:18.384Z] + export -f toPushRepo
18:04:18 [2024-02-24T23:04:18.384Z] + git submodule foreach 'if grep "^${name}:" ../../../streams/repositories_$PATCH_OR_BRANCH_LABEL.txt > /dev/null; then git tag $BUILD_ID; PUSH_URL="$(toPushRepo $(git config --get remote.origin.url))"; git push --verbose $PUSH_URL $BUILD_ID; else echo Skipping $name; fi || :'
18:04:18 [2024-02-24T23:04:18.640Z] Entering 'eclipse.jdt'
18:04:18 [2024-02-24T23:04:18.640Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.git
18:04:20 [2024-02-24T23:04:20.007Z] To github.com:eclipse-jdt/eclipse.jdt.git
18:04:20 [2024-02-24T23:04:20.007Z]  * [new tag]         I20240224-1800 -> I20240224-1800
18:04:20 [2024-02-24T23:04:20.007Z] Entering 'eclipse.jdt.core'
18:04:20 [2024-02-24T23:04:20.007Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.git
18:04:21 [2024-02-24T23:04:21.898Z] To github.com:eclipse-jdt/eclipse.jdt.core.git
18:04:21 [2024-02-24T23:04:21.898Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:21 [2024-02-24T23:04:21.898Z] Entering 'eclipse.jdt.core.binaries'
18:04:21 [2024-02-24T23:04:21.898Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.binaries.git
18:04:23 [2024-02-24T23:04:23.811Z] To github.com:eclipse-jdt/eclipse.jdt.core.binaries.git
18:04:23 [2024-02-24T23:04:23.811Z]  * [new tag]         I20240224-1800 -> I20240224-1800
18:04:23 [2024-02-24T23:04:23.811Z] Entering 'eclipse.jdt.debug'
18:04:23 [2024-02-24T23:04:23.811Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.debug.git
18:04:25 [2024-02-24T23:04:25.179Z] To github.com:eclipse-jdt/eclipse.jdt.debug.git
18:04:25 [2024-02-24T23:04:25.179Z]  * [new tag]             I20240224-1800 -> I20240224-1800
18:04:25 [2024-02-24T23:04:25.179Z] Entering 'eclipse.jdt.ui'
18:04:25 [2024-02-24T23:04:25.179Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.ui.git
18:04:27 [2024-02-24T23:04:27.069Z] To github.com:eclipse-jdt/eclipse.jdt.ui.git
18:04:27 [2024-02-24T23:04:27.069Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:27 [2024-02-24T23:04:27.069Z] Entering 'eclipse.pde'
18:04:27 [2024-02-24T23:04:27.069Z] Pushing to github.com:eclipse-pde/eclipse.pde.git
18:04:28 [2024-02-24T23:04:28.435Z] To github.com:eclipse-pde/eclipse.pde.git
18:04:28 [2024-02-24T23:04:28.435Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:28 [2024-02-24T23:04:28.435Z] Entering 'eclipse.platform'
18:04:28 [2024-02-24T23:04:28.435Z] Pushing to github.com:eclipse-platform/eclipse.platform.git
18:04:30 [2024-02-24T23:04:30.329Z] To github.com:eclipse-platform/eclipse.platform.git
18:04:30 [2024-02-24T23:04:30.329Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:30 [2024-02-24T23:04:30.329Z] Entering 'eclipse.platform.swt'
18:04:30 [2024-02-24T23:04:30.329Z] Pushing to github.com:eclipse-platform/eclipse.platform.swt.git
18:04:42 [2024-02-24T23:04:42.577Z] Uploading LFS objects: 100% (65/65), 17 MB | 0 B/s, done.
18:04:42 [2024-02-24T23:04:42.577Z] To github.com:eclipse-platform/eclipse.platform.swt.git
18:04:42 [2024-02-24T23:04:42.577Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:42 [2024-02-24T23:04:42.577Z] Entering 'eclipse.platform.ui'
18:04:42 [2024-02-24T23:04:42.577Z] Pushing to github.com:eclipse-platform/eclipse.platform.ui.git
18:04:43 [2024-02-24T23:04:43.505Z] To github.com:eclipse-platform/eclipse.platform.ui.git
18:04:43 [2024-02-24T23:04:43.505Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:43 [2024-02-24T23:04:43.505Z] Entering 'equinox'
18:04:43 [2024-02-24T23:04:43.505Z] Pushing to github.com:eclipse-equinox/equinox.git
18:04:44 [2024-02-24T23:04:44.432Z] To github.com:eclipse-equinox/equinox.git
18:04:44 [2024-02-24T23:04:44.432Z]  * [new tag]             I20240224-1800 -> I20240224-1800
18:04:44 [2024-02-24T23:04:44.432Z] Entering 'rt.equinox.binaries'
18:04:44 [2024-02-24T23:04:44.432Z] Pushing to github.com:eclipse-equinox/equinox.binaries.git
18:04:45 [2024-02-24T23:04:45.799Z] To github.com:eclipse-equinox/equinox.binaries.git
18:04:45 [2024-02-24T23:04:45.799Z]  * [new tag]         I20240224-1800 -> I20240224-1800
18:04:45 [2024-02-24T23:04:45.799Z] Entering 'rt.equinox.p2'
18:04:45 [2024-02-24T23:04:45.799Z] Pushing to github.com:eclipse-equinox/p2.git
18:04:47 [2024-02-24T23:04:47.688Z] To github.com:eclipse-equinox/p2.git
18:04:47 [2024-02-24T23:04:47.688Z]  * [new tag]             I20240224-1800 -> I20240224-1800
18:04:47 [2024-02-24T23:04:47.688Z] + git tag I20240224-1800
18:04:47 [2024-02-24T23:04:47.688Z] + git push --verbose origin I20240224-1800
18:04:47 [2024-02-24T23:04:47.688Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:49 [2024-02-24T23:04:49.053Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:49 [2024-02-24T23:04:49.053Z]  * [new tag]               I20240224-1800 -> I20240224-1800
18:04:49 [2024-02-24T23:04:49.053Z] + [[ -n I20240224-0600 ]]
18:04:49 [2024-02-24T23:04:49.053Z] + tmpGitLog=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
18:04:49 [2024-02-24T23:04:49.053Z] + echo -e '<h2>Git log from I20240224-0600 (previous) to I20240224-1800 (current)</h2>'
18:04:49 [2024-02-24T23:04:49.053Z] + echo -e '<h2>The tagging, and this report, were done at about 20240224-1804</h2>'
18:04:49 [2024-02-24T23:04:49.053Z] + git log I20240224-0600..I20240224-1800 --date=short '--format=format:<tr><td class="datecell">%cd</td><td class="commitcell"><a href="https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/commit/%H">%s</a></td><td class="authorcell">%aN</td></tr>'
18:04:49 [2024-02-24T23:04:49.053Z] ++ stat -c%s /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
18:04:49 [2024-02-24T23:04:49.053Z] + tmpFileSize=288
18:04:49 [2024-02-24T23:04:49.053Z] + '[' 288 -ne 0 ']'
18:04:49 [2024-02-24T23:04:49.053Z] + echo '<table><tbody> <tr><th class="cell" colspan="3">Repository: eclipse.platform.releng.aggregator</th></tr>'
18:04:49 [2024-02-24T23:04:49.053Z] + echo '<tr> <th class="datecell">Date</th> <th class="commitcell">Commit message</th> <th class="authorcell">Author</th> </tr>'
18:04:49 [2024-02-24T23:04:49.053Z] + cat /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
18:04:49 [2024-02-24T23:04:49.053Z] + echo '</tbody></table><br><br>'
18:04:49 [2024-02-24T23:04:49.053Z] + echo
18:04:49 [2024-02-24T23:04:49.053Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log I20240224-0600..I20240224-1800 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi'
18:04:49 [2024-02-24T23:04:49.053Z] + popd
18:04:49 [2024-02-24T23:04:49.053Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:49 [2024-02-24T23:04:49.053Z] + [[ 0 -ne 0 ]]
[Pipeline] }
18:04:49 [2024-02-24T23:04:49.058Z] Executing sh script inside container jnlp of pod aggrbuild-pod-n77dq-w4lm1
18:04:49 [2024-02-24T23:04:49.313Z] Executing command: "ssh-agent" "-k" 
18:04:49 [2024-02-24T23:04:49.313Z] exit
18:04:49 [2024-02-24T23:04:49.320Z] unset SSH_AUTH_SOCK;
18:04:49 [2024-02-24T23:04:49.320Z] unset SSH_AGENT_PID;
18:04:49 [2024-02-24T23:04:49.320Z] echo Agent pid 2004 killed;
18:04:49 [2024-02-24T23:04:49.322Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Create Source Bundles)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:04:49 [2024-02-24T23:04:49.962Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:49 [2024-02-24T23:04:49.962Z] + unset JAVA_TOOL_OPTIONS
18:04:49 [2024-02-24T23:04:49.962Z] + unset _JAVA_OPTIONS
18:04:49 [2024-02-24T23:04:49.962Z] + ./mb200_createSourceBundles.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:49 [2024-02-24T23:04:49.962Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb200_createSourceBundles.sh.log
18:04:49 [2024-02-24T23:04:49.962Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/buildParams.shsource (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties (deflated 50%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh (deflated 60%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/platformSpecific.properties (deflated 50%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/testAll.sh (deflated 60%)
18:04:49 [2024-02-24T23:04:49.962Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/platformSpecific.properties (deflated 50%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/testAll.sh (deflated 60%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties (deflated 48%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh (deflated 54%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties (deflated 50%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/testAll.bat (deflated 51%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties (deflated 50%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat (deflated 52%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/.gitignore (deflated 16%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat (deflated 66%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh (deflated 63%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtestsmac.sh (deflated 56%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/test.xml (deflated 83%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh (deflated 50%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/streamSpecific.properties (deflated 52%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/ (stored 0%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/getEBuilder.sh (deflated 51%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/getEBuilder.xml (deflated 71%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/runTests2.xml (deflated 78%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/startTests.sh (deflated 60%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/test_runTests2.xml.sh (deflated 54%)
18:04:49 [2024-02-24T23:04:49.963Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/updateTestResultsPages.sh (deflated 66%)
18:04:49 [2024-02-24T23:04:49.963Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:49 [2024-02-24T23:04:49.963Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregator maven build)
[Pipeline] withCredentials
18:04:50 [2024-02-24T23:04:50.065Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:04:50 [2024-02-24T23:04:50.635Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:50 [2024-02-24T23:04:50.636Z] + unset JAVA_TOOL_OPTIONS
18:04:50 [2024-02-24T23:04:50.636Z] + unset _JAVA_OPTIONS
18:04:50 [2024-02-24T23:04:50.636Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:50 [2024-02-24T23:04:50.636Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log
18:04:50 [2024-02-24T23:04:50.636Z] [Global flags]
18:04:50 [2024-02-24T23:04:50.636Z]       int ActiveProcessorCount                     = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizeDecrementScaleFactor         = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizeMajorGCDecayTimeScale        = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizePolicyCollectionCostMargin   = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizePolicyInitializingSteps      = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizePolicyOutputInterval         = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizePolicyWeight                 = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveSizeThroughPutPolicy             = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     uintx AdaptiveTimeWeight                       = 25                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      bool AdjustStackSizeForTLS                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      bool AggressiveHeap                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      intx AliasLevel                               = 3                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      bool AlignVector                              = false                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]     ccstr AllocateHeapAt                           =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      intx AllocateInstancePrefetchLines            = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      intx AllocatePrefetchDistance                 = 192                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      intx AllocatePrefetchInstr                    = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.636Z]      intx AllocatePrefetchLines                    = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx AllocatePrefetchStepSize                 = 64                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx AllocatePrefetchStyle                    = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AllowParallelDefineClass                 = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AllowRedefinitionToAddDeleteMethods      = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AllowUserSignalHandlers                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AllowVectorizeOnDemand                   = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysActAsServerClassMachine            = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysCompileLoopMethods                 = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysLockClassLoader                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysPreTouch                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysRestoreFPU                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool AlwaysTenure                             = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]     ccstr ArchiveClassesAtExit                     =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx ArrayCopyLoadStoreMaxElem                = 8                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]    size_t AsyncLogBufferSize                       = 2097152                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx AutoBoxCacheMax                          = 128                                    {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BCEATraceLevel                           = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool BackgroundCompilation                    = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]    size_t BaseFootPrintEstimate                    = 268435456                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BiasedLockingBulkRebiasThreshold         = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BiasedLockingBulkRevokeThreshold         = 40                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BiasedLockingDecayTime                   = 25000                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BiasedLockingStartupDelay                = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool BlockLayoutByFrequency                   = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      intx BlockLayoutMinDiamondPercentage          = 20                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.637Z]      bool BlockLayoutRotateLoops                   = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx C1InlineStackLimit                       = 5                                      {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx C1MaxInlineLevel                         = 9                                      {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx C1MaxInlineSize                          = 35                                     {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx C1MaxRecursiveInlineLevel                = 1                                      {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx C1MaxTrivialSize                         = 6                                      {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1OptimizeVirtualCallProfiling           = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1ProfileBranches                        = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1ProfileCalls                           = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1ProfileCheckcasts                      = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1ProfileInlinedCalls                    = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1ProfileVirtualCalls                    = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool C1UpdateMethodData                       = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      intx CICompilerCount                          = 3                                         {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.638Z]      bool CICompilerCountPerCPU                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool CITime                                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool CheckJNICalls                            = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool ClassUnloading                           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool ClassUnloadingWithConcurrentMark         = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool ClipInlining                             = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]     uintx CodeCacheExpansionSize                   = 65536                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]      bool CompactStrings                           = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]     ccstr CompilationMode                          = default                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z] ccstrlist CompileCommand                           =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.638Z]     ccstr CompileCommandFile                       =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z] ccstrlist CompileOnly                              =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      intx CompileThreshold                         = 10000                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]    double CompileThresholdScaling                  = 1.000000                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      intx CompilerThreadPriority                   = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      intx CompilerThreadStackSize                  = 1024                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]    size_t CompressedClassSpaceSize                 = 1073741824                                {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      uint ConcGCThreads                            = 1                                         {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.639Z]      intx ConditionalMoveLimit                     = 3                                   {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      intx ContendedPaddingWidth                    = 128                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool CrashOnOutOfMemoryError                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool CreateCoredumpOnCrash                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool CriticalJNINatives                       = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DTraceAllocProbes                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DTraceMethodProbes                       = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DTraceMonitorProbes                      = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DisableAttachMechanism                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DisableExplicitGC                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DisplayVMOutputToStderr                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DisplayVMOutputToStdout                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DoEscapeAnalysis                         = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DoReserveCopyInSuperWord                 = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DontCompileHugeMethods                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]      bool DontYieldALot                            = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.639Z]     ccstr DumpLoadedClassList                      =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool DumpReplayDataOnError                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool DumpSharedSpaces                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool DynamicDumpSharedSpaces                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EagerXrunInit                            = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      intx EliminateAllocationArraySizeLimit        = 64                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EliminateAllocations                     = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EliminateAutoBox                         = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EliminateLocks                           = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EliminateNestedLocks                     = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EnableContended                          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EnableDynamicAgentLoading                = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]    size_t ErgoHeapSizeLimit                        = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]     ccstr ErrorFile                                =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ErrorFileToStderr                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ErrorFileToStdout                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]  uint64_t ErrorLogTimeout                          = 120                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]    double EscapeAnalysisTimeout                    = 20.000000                              {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool EstimateArgEscape                        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ExecutingUnitTests                       = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ExitOnOutOfMemoryError                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ExplicitGCInvokesConcurrent              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ExtendedDTraceProbes                     = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool ExtensiveErrorReports                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]     ccstr ExtraSharedClassListFile                 =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.640Z]      bool FilterSpuriousWakeups                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      bool FlightRecorder                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     ccstr FlightRecorderOptions                    =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      bool ForceTimeHighResolution                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      intx FreqInlineSize                           = 325                                 {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    double G1ConcMarkStepDurationMillis             = 10.000000                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1ConcRSHotCardLimit                     = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1ConcRSLogCacheSize                     = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1ConcRefinementGreenZone                = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1ConcRefinementRedZone                  = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1ConcRefinementServiceIntervalMillis    = 300                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1ConcRefinementThresholdStep            = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1ConcRefinementYellowZone               = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1ConfidencePercent                      = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1HeapWastePercent                       = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1MixedGCCountTarget                     = 8                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1PeriodicGCInterval                     = 0                                      {manageable} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      bool G1PeriodicGCInvokesConcurrent            = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]    double G1PeriodicGCSystemLoadThreshold          = 0.000000                               {manageable} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      intx G1RSetRegionEntries                      = 768                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      intx G1RSetSparseRegionEntries                = 32                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      intx G1RSetUpdatingPauseTimePercent           = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]      uint G1RefProcDrainInterval                   = 1000                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1ReservePercent                         = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.641Z]     uintx G1SATBBufferEnqueueingThresholdPercent   = 60                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]    size_t G1SATBBufferSize                         = 1024                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]    size_t G1UpdateBufferSize                       = 256                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool G1UseAdaptiveConcRefinement              = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool G1UseAdaptiveIHOP                        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCHeapFreeLimit                          = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCLockerEdenExpansionPercent             = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCPauseIntervalMillis                    = 201                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCTimeLimit                              = 98                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx GCTimeRatio                              = 12                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]    size_t HeapBaseMinAddress                       = 2147483648                             {pd product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool HeapDumpAfterFullGC                      = false                                  {manageable} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool HeapDumpBeforeFullGC                     = false                                  {manageable} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      intx HeapDumpGzipLevel                        = 0                                      {manageable} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool HeapDumpOnOutOfMemoryError               = false                                  {manageable} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     ccstr HeapDumpPath                             =                                        {manageable} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx HeapFirstMaximumCompactionCount          = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx HeapMaximumCompactionInterval            = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx HeapSearchSteps                          = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]    size_t HeapSizePerGCThread                      = 43620760                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool IgnoreEmptyClassPaths                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool IgnoreUnrecognizedVMOptions              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx IncreaseFirstTierCompileThresholdAt      = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]      bool IncrementalInline                        = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx InitialCodeCacheSize                     = 2555904                                {pd product} {default}
18:04:50 [2024-02-24T23:04:50.642Z]    size_t InitialHeapSize                          = 134217728                                 {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.642Z]     uintx InitialRAMFraction                       = 64                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]    double InitialRAMPercentage                     = 1.562500                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]     uintx InitialSurvivorRatio                     = 8                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]     uintx InitialTenuringThreshold                 = 7                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]     uintx InitiatingHeapOccupancyPercent           = 45                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      bool Inline                                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]     ccstr InlineDataFile                           =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx InlineSmallCode                          = 2500                                {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      bool InlineSynchronizedMethods                = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx InteriorEntryAlignment                   = 16                                  {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx InterpreterProfilePercentage             = 33                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      bool JavaMonitorsInStackTrace                 = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority10_To_OSPriority             = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority1_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority2_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority3_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority4_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority5_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority6_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority7_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority8_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx JavaPriority9_To_OSPriority              = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]    size_t LargePageHeapSizeThreshold               = 134217728                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]    size_t LargePageSizeInBytes                     = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx LiveNodeCountInliningCutoff              = 40000                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      bool LoadExecStackDllInVMThread               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx LoopMaxUnroll                            = 16                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.643Z]      intx LoopOptsCount                            = 43                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx LoopPercentProfileLimit                  = 10                                  {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx LoopStripMiningIter                      = 1000                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx LoopStripMiningIterShortLoop             = 100                                    {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx LoopUnrollLimit                          = 60                                  {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx LoopUnrollMin                            = 4                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      bool LoopUnswitching                          = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      bool ManagementServer                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.644Z]    size_t MarkStackSizeMax                         = 536870912                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      uint MarkSweepAlwaysCompactCount              = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx MarkSweepDeadRatio                       = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxBCEAEstimateLevel                     = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxBCEAEstimateSize                      = 150                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]  uint64_t MaxDirectMemorySize                      = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      bool MaxFDLimit                               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx MaxGCMinorPauseMillis                    = 18446744073709551615                      {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx MaxGCPauseMillis                         = 200                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]     uintx MaxHeapFreeRatio                         = 70                                     {manageable} {default}
18:04:50 [2024-02-24T23:04:50.644Z]    size_t MaxHeapSize                              = 6442450944                                {product} {command line}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxInlineLevel                           = 15                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxInlineSize                            = 35                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxJNILocalCapacity                      = 65536                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxJavaStackTraceDepth                   = 1024                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxJumpTableSize                         = 65000                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxJumpTableSparseness                   = 5                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxLabelRootDepth                        = 1100                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.644Z]      intx MaxLoopPad                               = 11                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MaxMetaspaceExpansion                    = 5439488                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MaxMetaspaceFreeRatio                    = 70                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MaxMetaspaceSize                         = 18446744073709551615                      {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MaxNewSize                               = 3862953984                                {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MaxNodeLimit                             = 80000                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]  uint64_t MaxRAM                                   = 8589934592                             {pd product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MaxRAMFraction                           = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    double MaxRAMPercentage                         = 35.000000                                 {product} {command line}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MaxRecursiveInlineLevel                  = 1                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MaxTenuringThreshold                     = 15                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MaxTrivialSize                           = 6                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MaxVectorSize                            = 64                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]     ccstr MetaspaceReclaimPolicy                   = balanced                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MetaspaceSize                            = 22020096                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]      bool MethodFlushing                           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MinHeapFreeRatio                         = 40                                     {manageable} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MinHeapSize                              = 8388608                                   {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MinInliningThreshold                     = 250                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]      intx MinJumpTableSize                         = 10                                  {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    size_t MinMetaspaceExpansion                    = 327680                                    {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MinMetaspaceFreeRatio                    = 40                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]     uintx MinRAMFraction                           = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.645Z]    double MinRAMPercentage                         = 50.000000                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx MinSurvivorRatio                         = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t MinTLABSize                              = 2048                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      intx MultiArrayExpandLimit                    = 6                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx NUMAChunkResizeWeight                    = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t NUMAInterleaveGranularity                = 2097152                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx NUMAPageScanRate                         = 256                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t NUMASpaceResizeRate                      = 1073741824                                {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      bool NUMAStats                                = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     ccstr NativeMemoryTracking                     = off                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      bool NeverActAsServerClassMachine             = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      bool NeverTenure                              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx NewRatio                                 = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t NewSize                                  = 1363144                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t NewSizeThreadIncrease                    = 5320                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      intx NmethodSweepActivity                     = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      intx NodeLimitFudgeFactor                     = 2000                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.646Z]     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.646Z]      intx NumberOfLoopInstrToAlign                 = 4                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      intx ObjectAlignmentInBytes                   = 8                              {product lp64_product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t OldPLABSize                              = 1024                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]    size_t OldSize                                  = 5452592                                   {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      bool OmitStackTraceInFastThrow                = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z] ccstrlist OnError                                  =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z] ccstrlist OnOutOfMemoryError                       =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.646Z]      intx OnStackReplacePercentage                 = 140                                    {pd product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptimizeFill                             = false                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptimizePtrCompare                       = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptimizeStringConcat                     = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptoBundling                             = false                               {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx OptoLoopAlignment                        = 16                                     {pd product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptoRegScheduling                        = true                                {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool OptoScheduling                           = false                               {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]     uintx PLABWeight                               = 75                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool PSChunkLargeArrays                       = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]       int ParGCArrayScanChunk                      = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]     uintx ParallelGCBufferWastePct                 = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      uint ParallelGCThreads                        = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]    size_t ParallelOldDeadWoodLimiterMean           = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]    size_t ParallelOldDeadWoodLimiterStdDev         = 80                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool ParallelRefProcBalancingEnabled          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool ParallelRefProcEnabled                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool PartialPeelAtUnsignedTests               = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool PartialPeelLoop                          = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PartialPeelNewPhiDelta                   = 0                                      {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]     uintx PausePadding                             = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PerBytecodeRecompilationCutoff           = 200                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PerBytecodeTrapLimit                     = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PerMethodRecompilationCutoff             = 400                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PerMethodTrapLimit                       = 100                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool PerfAllowAtExitRegistration              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      bool PerfBypassFileSystemCheck                = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.647Z]      intx PerfDataMemorySize                       = 32768                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      intx PerfDataSamplingInterval                 = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]     ccstr PerfDataSaveFile                         =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PerfDataSaveToFile                       = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PerfDisableSharedMem                     = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      intx PerfMaxStringConstLength                 = 1024                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]    size_t PreTouchParallelChunkSize                = 4194304                                {pd product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PreferContainerQuotaForCPUCount          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PreferInterpreterNativeStubs             = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      intx PrefetchCopyIntervalInBytes              = 576                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      intx PrefetchFieldsAhead                      = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      intx PrefetchScanIntervalInBytes              = 576                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PreserveAllAnnotations                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PreserveFramePointer                     = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]    size_t PretenureSizeThreshold                   = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintClassHistogram                      = false                                  {manageable} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintCodeCache                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintCodeCacheOnCompilation              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintCommandLineFlags                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintCompilation                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintConcurrentLocks                     = false                                  {manageable} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintExtendedThreadInfo                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintFlagsFinal                          = true                                      {product} {command line}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintFlagsInitial                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintFlagsRanges                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintGC                                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintGCDetails                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.648Z]      bool PrintHeapAtSIGBREAK                      = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintSharedArchiveAndExit                = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintSharedDictionary                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintStringTableStatistics               = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintTieredEvents                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintVMOptions                           = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool PrintWarnings                            = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]     uintx ProcessDistributionStride                = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ProfileInterpreter                       = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      intx ProfileMaturityPercentage                = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.649Z]     uintx PromotedPadding                          = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]     uintx QueuedAllocationWarningCount             = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]       int RTMRetryCount                            = 5                                    {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool RangeCheckElimination                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ReassociateInvariants                    = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool RecordDynamicDumpInfo                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ReduceBulkZeroing                        = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ReduceFieldZeroing                       = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ReduceInitialCardMarks                   = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ReduceSignalUsage                        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      intx RefDiscoveryPolicy                       = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool RegisterFinalizersAtInit                 = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool RelaxAccessControlCheck                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]     ccstr ReplayDataFile                           =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool RequireSharedSpaces                      = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ResizePLAB                               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.649Z]      bool ResizeTLAB                               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool RestoreMXCSROnJNICalls                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool RestrictContended                        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool RestrictReservedStack                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool RewriteBytecodes                         = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool RewriteFrequentPairs                     = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool SafepointTimeout                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      intx SafepointTimeoutDelay                    = 10000                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool ScavengeBeforeFullGC                     = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.650Z]      intx SelfDestructTimer                        = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]     ccstr SharedArchiveConfigFile                  =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]     ccstr SharedArchiveFile                        =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]    size_t SharedBaseAddress                        = 34359738368                               {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]     ccstr SharedClassListFile                      =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]     uintx SharedSymbolTableBucketSize              = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool ShowCodeDetailsInExceptionMessages       = true                                   {manageable} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool ShowMessageBoxOnError                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool ShrinkHeapInSteps                        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]    size_t SoftMaxHeapSize                          = 6442450944                             {manageable} {ergonomic}
18:04:50 [2024-02-24T23:04:50.650Z]      intx SoftRefLRUPolicyMSPerMB                  = 1000                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool SplitIfBlocks                            = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      intx StackRedPages                            = 1                                      {pd product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      intx StackReservedPages                       = 1                                      {pd product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      intx StackShadowPages                         = 20                                     {pd product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      bool StackTraceInThrowable                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.650Z]      intx StackYellowPages                         = 2                                      {pd product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx StartAggressiveSweepingAt                = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool StartAttachListener                      = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     ccstr StartFlightRecording                     =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      uint StringDeduplicationAgeThreshold          = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx StringTableSize                          = 65536                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool SuperWordLoopUnrollAnalysis              = true                                {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool SuperWordReductions                      = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool SuppressFatalErrorMessage                = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx SurvivorPadding                          = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx SurvivorRatio                            = 8                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]    double SweeperThreshold                         = 0.500000                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TLABAllocationWeight                     = 35                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TLABRefillWasteFraction                  = 64                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]    size_t TLABSize                                 = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool TLABStats                                = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TLABWasteIncrement                       = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TLABWasteTargetPercent                   = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TargetPLABWastePct                       = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TargetSurvivorRatio                      = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TenuredGenerationSizeIncrement           = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TenuredGenerationSizeSupplement          = 80                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx TenuredGenerationSizeSupplementDecay     = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      intx ThreadPriorityPolicy                     = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      bool ThreadPriorityVerbose                    = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]      intx ThreadStackSize                          = 1024                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.651Z]     uintx ThresholdTolerance                       = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier0BackedgeNotifyFreqLog               = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier0InvokeNotifyFreqLog                 = 7                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier0ProfilingStartPercentage            = 200                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier23InlineeNotifyFreqLog               = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier2BackEdgeThreshold                   = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier2BackedgeNotifyFreqLog               = 14                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier2CompileThreshold                    = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier2InvokeNotifyFreqLog                 = 11                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3BackEdgeThreshold                   = 60000                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3BackedgeNotifyFreqLog               = 13                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3CompileThreshold                    = 2000                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3DelayOff                            = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3DelayOn                             = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3InvocationThreshold                 = 200                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3InvokeNotifyFreqLog                 = 10                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3LoadFeedback                        = 5                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier3MinInvocationThreshold              = 100                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier4BackEdgeThreshold                   = 40000                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier4CompileThreshold                    = 15000                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier4InvocationThreshold                 = 5000                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier4LoadFeedback                        = 3                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx Tier4MinInvocationThreshold              = 600                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      bool TieredCompilation                        = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx TieredCompileTaskTimeout                 = 50                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx TieredRateUpdateMaxTime                  = 25                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.652Z]      intx TieredRateUpdateMinTime                  = 1                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TieredStopAtLevel                        = 4                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool TimeLinearScan                           = false                                  {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]     ccstr TraceJVMTI                               =                                           {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TrackedInitializationLimit               = 50                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool TrapBasedNullChecks                      = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool TrapBasedRangeChecks                     = false                               {C2 pd product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TypeProfileArgsLimit                     = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]     uintx TypeProfileLevel                         = 111                                    {pd product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TypeProfileMajorReceiverPercent          = 90                                     {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TypeProfileParmsLimit                    = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx TypeProfileWidth                         = 2                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx UnguardOnExecutionViolation              = 0                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAES                                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      intx UseAVX                                   = 3                                    {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveGenerationSizePolicyAtMajorCollection  = true                             {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveGenerationSizePolicyAtMinorCollection  = true                             {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveNUMAChunkSizing               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveSizeDecayMajorGCCost          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveSizePolicy                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveSizePolicyFootprintGoal       = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAdaptiveSizePolicyWithSystemGC        = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseAddressNop                            = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseBASE64Intrinsics                      = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseBMI1Instructions                      = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.653Z]      bool UseBMI2Instructions                      = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseBiasedLocking                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseBimorphicInlining                     = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCLMUL                                 = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCMoveUnconditionally                  = false                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCodeAging                             = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCodeCacheFlushing                     = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCompiler                              = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCondCardMark                          = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseContainerSupport                      = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCountLeadingZerosInstruction          = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCountTrailingZerosInstruction         = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCountedLoopSafepoints                 = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseCounterDecay                          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseDivMod                                = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseDynamicNumberOfCompilerThreads        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseDynamicNumberOfGCThreads              = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseEmptySlotsInSupers                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseFMA                                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseFPUForSpilling                        = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseFastJNIAccessors                      = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseFastStosb                             = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.654Z]      bool UseG1GC                                  = true                                      {product} {ergonomic}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseGCOverheadLimit                       = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseHeavyMonitors                         = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseHugeTLBFS                             = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseInlineCaches                          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseInterpreter                           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseJumpTables                            = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLargePages                            = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLinuxPosixThreadCPUClocks             = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLoopCounter                           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLoopInvariantCodeMotion               = true                                   {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseLoopPredicate                         = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseMaximumCompactionOnSystemGC           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseNUMA                                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseNUMAInterleaving                      = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseNewLongLShift                         = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseNotificationThread                    = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseOnStackReplacement                    = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseOnlyInlinedBimorphic                  = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseOprofile                              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseOptoBiasInlining                      = false                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UsePSAdaptiveSurvivorSizePolicy          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UseParallelGC                            = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UsePerfData                              = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.655Z]      bool UsePopCountInstruction                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseProfiledLoopPredicate                 = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseRTMDeopt                              = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseRTMLocking                            = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSHA                                   = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSHM                                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      intx UseSSE                                   = 4                                    {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSSE42Intrinsics                       = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSerialGC                              = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSharedSpaces                          = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseShenandoahGC                          = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSignalChaining                        = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseStoreImmI16                           = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseStringDeduplication                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSubwordForMaxVector                   = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseSuperWord                             = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseTLAB                                  = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseThreadPriorities                      = true                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseTransparentHugePages                  = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseTypeProfile                           = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseTypeSpeculation                       = true                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseUnalignedLoadStores                   = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseVectorCmov                            = false                                  {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseXMMForArrayCopy                       = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseXMMForObjInit                         = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseXmmI2D                                = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseXmmI2F                                = false                                {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.656Z]      bool UseXmmLoadAndClearUpper                  = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool UseXmmRegToRegMoveAll                    = true                                 {ARCH product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool UseZGC                                   = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      intx VMThreadPriority                         = -1                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      intx VMThreadStackSize                        = 1024                                   {pd product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      intx ValueMapInitialSize                      = 11                                     {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      intx ValueMapMaxLoopSize                      = 8                                      {C1 product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      intx ValueSearchLimit                         = 1000                                   {C2 product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool VerifySharedSpaces                       = false                                     {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]     uintx YoungGenerationSizeIncrement             = 20                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]     uintx YoungGenerationSizeSupplement            = 80                                        {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]     uintx YoungGenerationSizeSupplementDecay       = 8                                         {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]    size_t YoungPLABSize                            = 4096                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]    double ZAllocationSpikeTolerance                = 2.000000                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]    double ZCollectionInterval                      = 0.000000                                  {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]    double ZFragmentationLimit                      = 25.000000                                 {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]    size_t ZMarkStackSpaceLimit                     = 8589934592                                {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool ZProactive                               = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool ZUncommit                                = true                                      {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]     uintx ZUncommitDelay                           = 300                                       {product} {default}
18:04:50 [2024-02-24T23:04:50.657Z]      bool ZeroTLAB                                 = false                                     {product} {default}
18:04:52 [2024-02-24T23:04:52.026Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.6/tycho-build-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.026Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.6/tycho-build-4.0.6.pom (4.3 kB at 21 kB/s)
18:04:52 [2024-02-24T23:04:52.026Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.6/tycho-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.026Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.6/tycho-4.0.6.pom (21 kB at 1.9 MB/s)
18:04:52 [2024-02-24T23:04:52.282Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.4/takari-smart-builder-0.6.4.pom
18:04:52 [2024-02-24T23:04:52.282Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.4/takari-smart-builder-0.6.4.pom (2.8 kB at 555 kB/s)
18:04:52 [2024-02-24T23:04:52.282Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/50/takari-50.pom
18:04:52 [2024-02-24T23:04:52.282Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/50/takari-50.pom (15 kB at 2.9 MB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.6/tycho-pomless-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.6/tycho-pomless-4.0.6.pom (2.6 kB at 648 kB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.6/tycho-extras-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.6/tycho-extras-4.0.6.pom (5.7 kB at 1.1 MB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.7.0/polyglot-common-0.7.0.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.7.0/polyglot-common-0.7.0.pom (1.3 kB at 319 kB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.7.0/polyglot-0.7.0.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.7.0/polyglot-0.7.0.pom (11 kB at 2.7 MB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/51/takari-51.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/51/takari-51.pom (15 kB at 3.6 MB/s)
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom
18:04:52 [2024-02-24T23:04:52.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom (30 kB at 4.3 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 7.0 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 4.6 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 5.0 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 8.7 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 4.7 MB/s)
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
18:04:52 [2024-02-24T23:04:52.284Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 1.4 MB/s)
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.6/tycho-metadata-model-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.6/tycho-metadata-model-4.0.6.pom (2.0 kB at 652 kB/s)
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 2.4 MB/s)
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 2.9 MB/s)
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 5.1 MB/s)
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom
18:04:52 [2024-02-24T23:04:52.285Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom (4.9 kB at 1.2 MB/s)
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom (2.7 kB at 886 kB/s)
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom (5.2 kB at 1.3 MB/s)
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.3 MB/s)
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 3.4 MB/s)
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom
18:04:52 [2024-02-24T23:04:52.286Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom (1.6 kB at 541 kB/s)
18:04:52 [2024-02-24T23:04:52.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom
18:04:52 [2024-02-24T23:04:52.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom (1.3 kB at 434 kB/s)
18:04:52 [2024-02-24T23:04:52.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:04:52 [2024-02-24T23:04:52.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 3.9 MB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 11 MB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6/tycho-buildtimestamp-jgit-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6/tycho-buildtimestamp-jgit-4.0.6.pom (2.0 kB at 288 kB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.6/tycho-spi-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.6/tycho-spi-4.0.6.pom (2.4 kB at 590 kB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.6/tycho-api-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.6/tycho-api-4.0.6.pom (1.7 kB at 420 kB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.8.0/org.eclipse.equinox.p2.metadata-2.8.0.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.8.0/org.eclipse.equinox.p2.metadata-2.8.0.pom (2.0 kB at 492 kB/s)
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom
18:04:52 [2024-02-24T23:04:52.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom (1.6 kB at 519 kB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.200/org.eclipse.equinox.p2.core-2.10.200.pom
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.200/org.eclipse.equinox.p2.core-2.10.200.pom (2.3 kB at 783 kB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom (1.6 kB at 792 kB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 380 kB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom (2.8 kB at 1.4 MB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom (1.8 kB at 894 kB/s)
18:04:52 [2024-02-24T23:04:52.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom (2.0 kB at 657 kB/s)
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom (2.2 kB at 725 kB/s)
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 426 kB/s)
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 297 kB/s)
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom (2.2 kB at 740 kB/s)
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom
18:04:52 [2024-02-24T23:04:52.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom (2.2 kB at 722 kB/s)
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.0/org.eclipse.equinox.p2.publisher-1.9.0.pom
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.0/org.eclipse.equinox.p2.publisher-1.9.0.pom (3.1 kB at 1.0 MB/s)
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.200/org.eclipse.equinox.p2.artifact.repository-1.5.200.pom
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.200/org.eclipse.equinox.p2.artifact.repository-1.5.200.pom (3.8 kB at 1.3 MB/s)
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 1.0 MB/s)
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.pom
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.pom (1.8 kB at 594 kB/s)
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom
18:04:52 [2024-02-24T23:04:52.547Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom (1.6 kB at 778 kB/s)
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.0/org.eclipse.equinox.p2.repository-2.8.0.pom
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.0/org.eclipse.equinox.p2.repository-2.8.0.pom (3.6 kB at 1.2 MB/s)
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.100/org.eclipse.equinox.security-1.4.100.pom
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.100/org.eclipse.equinox.security-1.4.100.pom (2.8 kB at 949 kB/s)
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.200/org.eclipse.equinox.p2.metadata.repository-1.5.200.pom
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.200/org.eclipse.equinox.p2.metadata.repository-1.5.200.pom (3.0 kB at 1.5 MB/s)
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.pom
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.pom (7.7 kB at 3.9 MB/s)
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/org.eclipse.jgit-parent-6.8.0.202311291450-r.pom
18:04:52 [2024-02-24T23:04:52.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/org.eclipse.jgit-parent-6.8.0.202311291450-r.pom (41 kB at 8.3 MB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom (6.2 kB at 1.5 MB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 1.4 MB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 914 kB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 4.7 MB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 5.3 MB/s)
18:04:52 [2024-02-24T23:04:52.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom
18:04:52 [2024-02-24T23:04:52.805Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 12 MB/s)
18:04:52 [2024-02-24T23:04:52.805Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 5.2 MB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 1.9 MB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.200/org.eclipse.equinox.p2.director-2.6.200.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.200/org.eclipse.equinox.p2.director-2.6.200.pom (3.2 kB at 794 kB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 729 kB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 3.5 MB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 630 kB/s)
18:04:52 [2024-02-24T23:04:52.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.0/org.eclipse.equinox.simpleconfigurator-1.5.0.pom
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.0/org.eclipse.equinox.simpleconfigurator-1.5.0.pom (1.5 kB at 514 kB/s)
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.9.0/org.eclipse.equinox.p2.engine-2.9.0.pom
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.9.0/org.eclipse.equinox.p2.engine-2.9.0.pom (3.8 kB at 1.3 MB/s)
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.900/org.eclipse.osgi.compatibility.state-1.2.900.pom
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.900/org.eclipse.osgi.compatibility.state-1.2.900.pom (1.6 kB at 540 kB/s)
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.200/org.eclipse.equinox.p2.publisher.eclipse-1.5.200.pom
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.200/org.eclipse.equinox.p2.publisher.eclipse-1.5.200.pom (3.9 kB at 1.3 MB/s)
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.0/org.eclipse.equinox.frameworkadmin-2.3.0.pom
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.0/org.eclipse.equinox.frameworkadmin-2.3.0.pom (1.8 kB at 877 kB/s)
18:04:52 [2024-02-24T23:04:52.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.0/org.eclipse.equinox.frameworkadmin.equinox-1.3.0.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.0/org.eclipse.equinox.frameworkadmin.equinox-1.3.0.pom (2.0 kB at 665 kB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.0.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.0.pom (2.4 kB at 810 kB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.6/p2-maven-plugin-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.6/p2-maven-plugin-4.0.6.pom (7.6 kB at 3.8 MB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.200/org.eclipse.equinox.p2.updatesite-1.3.200.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.200/org.eclipse.equinox.p2.updatesite-1.3.200.pom (3.5 kB at 583 kB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.6/sisu-osgi-api-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.6/sisu-osgi-api-4.0.6.pom (951 B at 317 kB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.6/sisu-osgi-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.6/sisu-osgi-4.0.6.pom (1.1 kB at 353 kB/s)
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.6/sisu-osgi-connect-4.0.6.pom
18:04:52 [2024-02-24T23:04:52.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.6/sisu-osgi-connect-4.0.6.pom (1.8 kB at 904 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom (2.8 kB at 1.4 MB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 740 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 654 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 431 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 430 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom (736 B at 245 kB/s)
18:04:52 [2024-02-24T23:04:52.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom (2.3 kB at 767 kB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 9.2 MB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.100/org.eclipse.equinox.p2.touchpoint.natives-1.5.100.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.100/org.eclipse.equinox.p2.touchpoint.natives-1.5.100.pom (2.8 kB at 944 kB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.100/org.eclipse.equinox.p2.core-2.10.100.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.100/org.eclipse.equinox.p2.core-2.10.100.pom (2.3 kB at 783 kB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.pom (1.6 kB at 528 kB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom (1.1 kB at 380 kB/s)
18:04:52 [2024-02-24T23:04:52.810Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom (2.0 kB at 984 kB/s)
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.pom (3.8 kB at 1.9 MB/s)
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom (1.8 kB at 596 kB/s)
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom (2.2 kB at 725 kB/s)
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.pom (3.8 kB at 1.9 MB/s)
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.pom
18:04:52 [2024-02-24T23:04:52.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.pom (2.0 kB at 986 kB/s)
18:04:52 [2024-02-24T23:04:52.812Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.pom
18:04:53 [2024-02-24T23:04:53.111Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.pom (3.0 kB at 1.5 MB/s)
18:04:53 [2024-02-24T23:04:53.111Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.100/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.100.pom
18:04:53 [2024-02-24T23:04:53.111Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.100/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.100.pom (4.5 kB at 1.5 MB/s)
18:04:53 [2024-02-24T23:04:53.111Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.pom
18:04:53 [2024-02-24T23:04:53.111Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.pom (1.8 kB at 878 kB/s)
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.pom
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.pom (3.2 kB at 1.6 MB/s)
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom (2.2 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.200/org.eclipse.equinox.p2.director.app-1.3.200.pom
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.200/org.eclipse.equinox.p2.director.app-1.3.200.pom (3.2 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.200/org.eclipse.equinox.p2.repository.tools-2.4.200.pom
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.200/org.eclipse.equinox.p2.repository.tools-2.4.200.pom (4.5 kB at 1.5 MB/s)
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.200/org.eclipse.equinox.concurrent-1.2.200.pom
18:04:53 [2024-02-24T23:04:53.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.200/org.eclipse.equinox.concurrent-1.2.200.pom (2.2 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 792 kB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 570 kB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom (24 kB at 8.1 MB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/62/commons-parent-62.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/62/commons-parent-62.pom (81 kB at 16 MB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 514 kB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 187 kB/s)
18:04:53 [2024-02-24T23:04:53.113Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 235 kB/s)
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 717 kB/s)
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.6/tycho-build-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.6/tycho-build-4.0.6.jar (23 kB at 5.9 MB/s)
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.4/takari-smart-builder-0.6.4.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.6/tycho-pomless-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.7.0/polyglot-common-0.7.0.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.6/tycho-metadata-model-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.4/takari-smart-builder-0.6.4.jar (36 kB at 7.3 MB/s)
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 13 MB/s)
18:04:53 [2024-02-24T23:04:53.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 12 MB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.7.0/polyglot-common-0.7.0.jar (34 kB at 435 kB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.6/tycho-pomless-4.0.6.jar (45 kB at 566 kB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.6/tycho-metadata-model-4.0.6.jar (69 kB at 875 kB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6/tycho-buildtimestamp-jgit-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar (33 kB at 408 kB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.jar
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6/tycho-buildtimestamp-jgit-4.0.6.jar (12 kB at 154 kB/s)
18:04:53 [2024-02-24T23:04:53.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 5.6 MB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.6/tycho-spi-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar (171 kB at 1.9 MB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.6/tycho-api-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 12 MB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.200/org.eclipse.equinox.p2.core-2.10.200.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.6/tycho-spi-4.0.6.jar (27 kB at 287 kB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.6/tycho-api-4.0.6.jar (48 kB at 501 kB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 3.8 MB/s)
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.jar
18:04:53 [2024-02-24T23:04:53.116Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.200/org.eclipse.equinox.p2.core-2.10.200.jar (83 kB at 851 kB/s)
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.jar
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.jar (81 kB at 811 kB/s)
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.jar
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.jar (105 kB at 1.0 MB/s)
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.jar
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.jar (154 kB at 1.5 MB/s)
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.0/org.eclipse.equinox.p2.publisher-1.9.0.jar
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.jar (204 kB at 1.9 MB/s)
18:04:53 [2024-02-24T23:04:53.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.200/org.eclipse.equinox.p2.artifact.repository-1.5.200.jar
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.0/org.eclipse.equinox.p2.publisher-1.9.0.jar (106 kB at 975 kB/s)
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.200/org.eclipse.equinox.p2.director-2.6.200.jar
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 kB at 4.0 MB/s)
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.jar
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.200/org.eclipse.equinox.p2.director-2.6.200.jar (116 kB at 1.0 MB/s)
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.jar (118 kB at 1.0 MB/s)
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.200/org.eclipse.equinox.p2.artifact.repository-1.5.200.jar (176 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.0/org.eclipse.equinox.simpleconfigurator-1.5.0.jar
18:04:53 [2024-02-24T23:04:53.374Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.0/org.eclipse.equinox.simpleconfigurator-1.5.0.jar (50 kB at 297 kB/s)
18:04:53 [2024-02-24T23:04:53.374Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.9.0/org.eclipse.equinox.p2.engine-2.9.0.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.9.0/org.eclipse.equinox.p2.engine-2.9.0.jar (243 kB at 1.3 MB/s)
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 2.4 MB/s)
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 111 kB/s)
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.8.0/org.eclipse.equinox.p2.metadata-2.8.0.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.jar (140 kB at 755 kB/s)
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.0/org.eclipse.equinox.p2.repository-2.8.0.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 2.4 MB/s)
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar
18:04:53 [2024-02-24T23:04:53.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.0/org.eclipse.equinox.p2.repository-2.8.0.jar (193 kB at 991 kB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.100/org.eclipse.equinox.security-1.4.100.jar
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.8.0/org.eclipse.equinox.p2.metadata-2.8.0.jar (376 kB at 1.9 MB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.900/org.eclipse.osgi.compatibility.state-1.2.900.jar
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.100/org.eclipse.equinox.security-1.4.100.jar (119 kB at 584 kB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.200/org.eclipse.equinox.p2.publisher.eclipse-1.5.200.jar
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.jar (1.5 MB at 7.4 MB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.jar
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.900/org.eclipse.osgi.compatibility.state-1.2.900.jar (257 kB at 1.2 MB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.0/org.eclipse.equinox.frameworkadmin-2.3.0.jar
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.0/org.eclipse.equinox.frameworkadmin-2.3.0.jar (40 kB at 189 kB/s)
18:04:53 [2024-02-24T23:04:53.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.0/org.eclipse.equinox.frameworkadmin.equinox-1.3.0.jar
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.jar (94 kB at 442 kB/s)
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.0.jar
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.200/org.eclipse.equinox.p2.publisher.eclipse-1.5.200.jar (254 kB at 1.2 MB/s)
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.200/org.eclipse.equinox.p2.metadata.repository-1.5.200.jar
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.0.jar (29 kB at 137 kB/s)
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.0/org.eclipse.equinox.frameworkadmin.equinox-1.3.0.jar (74 kB at 340 kB/s)
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.6/p2-maven-plugin-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.200/org.eclipse.equinox.p2.metadata.repository-1.5.200.jar (141 kB at 645 kB/s)
18:04:53 [2024-02-24T23:04:53.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.200/org.eclipse.equinox.p2.updatesite-1.3.200.jar
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 525 kB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.6/sisu-osgi-api-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.6/sisu-osgi-api-4.0.6.jar (8.8 kB at 39 kB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.6/sisu-osgi-connect-4.0.6.jar
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.200/org.eclipse.equinox.p2.updatesite-1.3.200.jar (106 kB at 473 kB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.6/p2-maven-plugin-4.0.6.jar (257 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.jar
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.6/sisu-osgi-connect-4.0.6.jar (43 kB at 162 kB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar (4.2 kB at 16 kB/s)
18:04:53 [2024-02-24T23:04:53.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.100/org.eclipse.equinox.p2.touchpoint.natives-1.5.100.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.100/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.100.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.jar (66 kB at 249 kB/s)
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.100/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.100.jar (139 kB at 512 kB/s)
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.200/org.eclipse.equinox.p2.director.app-1.3.200.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.jar (28 kB at 102 kB/s)
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.200/org.eclipse.equinox.p2.repository.tools-2.4.200.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.100/org.eclipse.equinox.p2.touchpoint.natives-1.5.100.jar (91 kB at 333 kB/s)
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.200/org.eclipse.equinox.concurrent-1.2.200.jar
18:04:53 [2024-02-24T23:04:53.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.200/org.eclipse.equinox.p2.director.app-1.3.200.jar (70 kB at 254 kB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.200/org.eclipse.equinox.concurrent-1.2.200.jar (29 kB at 104 kB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 42 kB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 238 kB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.200/org.eclipse.equinox.p2.repository.tools-2.4.200.jar (265 kB at 934 kB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.jar (3.2 MB at 11 MB/s)
18:04:53 [2024-02-24T23:04:53.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 1.3 MB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar (323 kB at 1.1 MB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 86 kB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 287 kB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 119 kB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 1.5 MB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar (14 kB at 47 kB/s)
18:04:53 [2024-02-24T23:04:53.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 8.7 MB/s)
18:04:53 [2024-02-24T23:04:53.382Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 14 MB/s)
18:04:53 [2024-02-24T23:04:53.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 19 MB/s)
18:04:54 [2024-02-24T23:04:54.202Z] [INFO] Scanning for projects...
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.720Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.pom (1.7 kB at 832 kB/s)
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.pom (9.7 kB at 4.9 MB/s)
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 1.4 MB/s)
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.721Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 5.6 MB/s)
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 12 MB/s)
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.722Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 1.3 MB/s)
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom (5.8 kB at 1.9 MB/s)
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.723Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s)
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 3.0 MB/s)
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom (22 kB at 7.2 MB/s)
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 13 MB/s)
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 7.3 MB/s)
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
18:04:56 [2024-02-24T23:04:56.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 1.0 MB/s)
18:04:56 [2024-02-24T23:04:56.726Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.982Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 3.0 MB/s)
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom (2.8 kB at 1.4 MB/s)
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.983Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 14 MB/s)
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.pom (2.5 kB at 1.2 MB/s)
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.984Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom (9.5 kB at 4.8 MB/s)
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom (15 kB at 7.5 MB/s)
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:56 [2024-02-24T23:04:56.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:57 [2024-02-24T23:04:57.242Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:57 [2024-02-24T23:04:57.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom (20 kB at 9.9 MB/s)
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 363 kB/s)
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 2.2 MB/s)
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 8.8 MB/s)
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:04:57 [2024-02-24T23:04:57.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 4.1 MB/s)
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.pom (1.3 kB at 674 kB/s)
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.245Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.pom (1.7 kB at 847 kB/s)
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 852 kB/s)
18:04:57 [2024-02-24T23:04:57.502Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 1.4 MB/s)
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom (13 kB at 6.7 MB/s)
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom (7.3 kB at 3.7 MB/s)
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom (2.5 kB at 1.3 MB/s)
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom (2.4 kB at 1.2 MB/s)
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom
18:04:57 [2024-02-24T23:04:57.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom (1.6 kB at 794 kB/s)
18:04:57 [2024-02-24T23:04:57.506Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.506Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom (2.2 kB at 1.1 MB/s)
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom (2.2 kB at 1.1 MB/s)
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom (1.6 kB at 789 kB/s)
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.764Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom (1.3 kB at 658 kB/s)
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:57 [2024-02-24T23:04:57.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:57 [2024-02-24T23:04:57.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:57 [2024-02-24T23:04:57.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:57 [2024-02-24T23:04:57.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:57 [2024-02-24T23:04:57.769Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:57 [2024-02-24T23:04:57.769Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:58 [2024-02-24T23:04:58.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.027Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:58 [2024-02-24T23:04:58.029Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:58 [2024-02-24T23:04:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:58 [2024-02-24T23:04:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.6/tycho-maven-plugin-4.0.6.jar (7.0 kB at 1.4 MB/s)
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.2 MB/s)
18:04:58 [2024-02-24T23:04:58.032Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 39 MB/s)
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar (225 kB at 45 MB/s)
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 20 MB/s)
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 39 MB/s)
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 9.7 MB/s)
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar
18:04:58 [2024-02-24T23:04:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 12 MB/s)
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar (9.2 kB at 1.1 MB/s)
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.6/sisu-equinox-launching-4.0.6.jar (28 kB at 3.5 MB/s)
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.6/tycho-core-4.0.6.jar (1.1 MB at 83 MB/s)
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar (404 kB at 29 MB/s)
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 227 kB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 4.4 MB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar (1.1 MB at 72 MB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.6/tycho-targetplatform-4.0.6.jar (48 kB at 3.0 MB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.6/tycho-p2-4.0.6.jar (3.2 kB at 200 kB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 1.4 MB/s)
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar
18:04:58 [2024-02-24T23:04:58.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 2.2 MB/s)
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar (68 kB at 3.8 MB/s)
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.jar (98 kB at 5.1 MB/s)
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.jar (74 kB at 3.7 MB/s)
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar (120 kB at 5.2 MB/s)
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:04:58 [2024-02-24T23:04:58.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar (306 kB at 13 MB/s)
18:04:58 [2024-02-24T23:04:58.037Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.jar (944 kB at 33 MB/s)
18:04:58 [2024-02-24T23:04:58.037Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar (3.2 MB at 53 MB/s)
18:04:58 [2024-02-24T23:04:58.037Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.jar (4.2 MB at 69 MB/s)
18:04:58 [2024-02-24T23:04:58.293Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 80 MB/s)
18:05:00 [2024-02-24T23:05:00.184Z] [INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
18:05:00 [2024-02-24T23:05:00.184Z] [INFO] Tycho Mode:     extension
18:05:00 [2024-02-24T23:05:00.184Z] [INFO] Tycho Builder:  maven
18:05:00 [2024-02-24T23:05:00.184Z] [INFO] Build Threads:  1
18:05:00 [2024-02-24T23:05:00.184Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.pom (1.8 kB at 887 kB/s)
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.186Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.6/target-platform-configuration-4.0.6.jar (28 kB at 14 MB/s)
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom
18:05:00 [2024-02-24T23:05:00.441Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.pom (3.0 kB at 1.5 MB/s)
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.6/tycho-source-plugin-4.0.6.jar (50 kB at 25 MB/s)
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.442Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 3.5 MB/s)
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 5.3 MB/s)
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.443Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:00 [2024-02-24T23:05:00.444Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 15 MB/s)
18:05:00 [2024-02-24T23:05:00.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.444Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.444Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 8.6 MB/s)
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.700Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (2.7 kB at 1.4 MB/s)
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (29 kB at 9.8 MB/s)
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (2.9 kB at 1.5 MB/s)
18:05:00 [2024-02-24T23:05:00.701Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.702Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 5.0 MB/s)
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
18:05:00 [2024-02-24T23:05:00.958Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 7.3 MB/s)
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 6.7 MB/s)
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:00 [2024-02-24T23:05:00.959Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:01 [2024-02-24T23:05:01.888Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:01 [2024-02-24T23:05:01.889Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:01 [2024-02-24T23:05:01.889Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:02 [2024-02-24T23:05:02.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:02 [2024-02-24T23:05:02.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 2.4 MB/s)
18:05:02 [2024-02-24T23:05:02.155Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 8.7 MB/s)
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
18:05:02 [2024-02-24T23:05:02.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 7.4 MB/s)
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 4.0 MB/s)
18:05:02 [2024-02-24T23:05:02.158Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 11 MB/s)
18:05:02 [2024-02-24T23:05:02.159Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom (7.6 kB at 7.6 MB/s)
18:05:02 [2024-02-24T23:05:02.160Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (7.5 kB at 3.8 MB/s)
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (1.8 kB at 1.8 MB/s)
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.162Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 2.5 MB/s)
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 1.4 MB/s)
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 1.3 MB/s)
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 3.2 MB/s)
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 13 MB/s)
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.478Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (2.1 kB at 1.0 MB/s)
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (3.5 kB at 3.5 MB/s)
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (4.5 kB at 2.3 MB/s)
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.480Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (2.7 kB at 2.7 MB/s)
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.481Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.482Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.482Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.482Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.738Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.738Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (4.3 kB at 2.2 MB/s)
18:05:02 [2024-02-24T23:05:02.738Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.738Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.738Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (3.2 kB at 1.6 MB/s)
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 2.9 MB/s)
18:05:02 [2024-02-24T23:05:02.739Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 2.5 MB/s)
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.1 MB/s)
18:05:02 [2024-02-24T23:05:02.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 18 MB/s)
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 4.4 MB/s)
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 5.9 MB/s)
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 2.5 MB/s)
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:02 [2024-02-24T23:05:02.998Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 363 kB/s)
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (11 kB at 5.7 MB/s)
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (21 kB at 10 MB/s)
18:05:02 [2024-02-24T23:05:02.999Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s)
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 5.1 MB/s)
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.000Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s)
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 15 MB/s)
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.001Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 20 MB/s)
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.258Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s)
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom (4.1 kB at 2.0 MB/s)
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
18:05:03 [2024-02-24T23:05:03.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom (3.2 kB at 1.6 MB/s)
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.pom (3.0 kB at 1.5 MB/s)
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.260Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom (3.5 kB at 3.5 MB/s)
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom (19 kB at 9.7 MB/s)
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 3.3 MB/s)
18:05:03 [2024-02-24T23:05:03.261Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.262Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.262Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 8.2 MB/s)
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 17 MB/s)
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.518Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 2.5 MB/s)
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 6.6 MB/s)
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.519Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 9.6 MB/s)
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 19 MB/s)
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 7.0 MB/s)
18:05:03 [2024-02-24T23:05:03.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 4.7 MB/s)
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.521Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 17 MB/s)
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 7.8 MB/s)
18:05:03 [2024-02-24T23:05:03.778Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 2.6 MB/s)
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.779Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom (5.5 kB at 2.8 MB/s)
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom (5.9 kB at 3.0 MB/s)
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.780Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom (10 kB at 10 MB/s)
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 7.7 MB/s)
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.781Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom (9.4 kB at 4.7 MB/s)
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:03 [2024-02-24T23:05:03.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom (12 kB at 6.1 MB/s)
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.038Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 3.2 MB/s)
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 4.2 MB/s)
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.039Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 8.4 MB/s)
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.300Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.300Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.300Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.300Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
18:05:04 [2024-02-24T23:05:04.300Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 3.6 MB/s)
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar (27 kB at 13 MB/s)
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 15 MB/s)
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
18:05:04 [2024-02-24T23:05:04.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.6/tycho-packaging-plugin-4.0.6.jar (165 kB at 41 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar (206 kB at 52 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 7.0 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 55 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 1.2 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar (182 kB at 23 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar (369 kB at 41 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar (286 kB at 29 MB/s)
18:05:04 [2024-02-24T23:05:04.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 78 MB/s)
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 4.1 MB/s)
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.558Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 4.0 MB/s)
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 16 MB/s)
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 15 MB/s)
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 163 kB/s)
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 254 kB/s)
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.816Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 958 kB/s)
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
18:05:04 [2024-02-24T23:05:04.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 7.8 MB/s)
18:05:05 [2024-02-24T23:05:05.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 31 MB/s)
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.pom (2.4 kB at 27 kB/s)
18:05:05 [2024-02-24T23:05:05.073Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.6/tycho-p2-plugin-4.0.6.jar (36 kB at 760 kB/s)
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.329Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.329Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.pom (2.9 kB at 1.4 MB/s)
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 2.6 MB/s)
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 5.6 MB/s)
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 2.4 MB/s)
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 2.9 MB/s)
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 1.3 MB/s)
18:05:05 [2024-02-24T23:05:05.331Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom (2.4 kB at 2.4 MB/s)
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom (21 kB at 10 MB/s)
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.332Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 6.7 MB/s)
18:05:05 [2024-02-24T23:05:05.333Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 9.0 MB/s)
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.589Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 6.7 MB/s)
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.590Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 2.7 MB/s)
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.591Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 7.6 MB/s)
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.592Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom (2.7 kB at 1.3 MB/s)
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.593Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom (10 kB at 5.0 MB/s)
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.594Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom (8.9 kB at 8.9 MB/s)
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 347 kB/s)
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.854Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.6/tycho-artifactcomparator-4.0.6.jar (39 kB at 19 MB/s)
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
18:05:05 [2024-02-24T23:05:05.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 26 MB/s)
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 30 MB/s)
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 11 MB/s)
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 41 MB/s)
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar
18:05:05 [2024-02-24T23:05:05.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar (175 kB at 58 MB/s)
18:05:05 [2024-02-24T23:05:05.858Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
18:05:05 [2024-02-24T23:05:05.858Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 16 MB/s)
18:05:05 [2024-02-24T23:05:05.858Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar (154 kB at 31 MB/s)
18:05:05 [2024-02-24T23:05:05.858Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar (72 kB at 7.2 MB/s)
18:05:05 [2024-02-24T23:05:05.858Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 12 MB/s)
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 18 MB/s)
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom (7.4 kB at 110 kB/s)
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 1.4 MB/s)
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.370Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar (71 kB at 1.5 MB/s)
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.371Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (7.7 kB at 3.9 MB/s)
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (9.1 kB at 4.5 MB/s)
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
18:05:06 [2024-02-24T23:05:06.628Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (39 kB at 20 MB/s)
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.pom (5.0 kB at 2.5 MB/s)
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.629Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.630Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6/tycho-p2-extras-plugin-4.0.6.jar (30 kB at 15 MB/s)
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.pom (3.2 kB at 460 kB/s)
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-apitools-plugin/4.0.6/tycho-apitools-plugin-4.0.6.jar (46 kB at 23 MB/s)
18:05:06 [2024-02-24T23:05:06.886Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:06 [2024-02-24T23:05:06.887Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:06 [2024-02-24T23:05:06.887Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:06 [2024-02-24T23:05:06.887Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:07 [2024-02-24T23:05:07.142Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.pom (3.6 kB at 3.6 MB/s)
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.pom (7.3 kB at 7.3 MB/s)
18:05:07 [2024-02-24T23:05:07.143Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom (3.0 kB at 200 kB/s)
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.144Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom (2.4 kB at 2.4 MB/s)
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom (1.6 kB at 1.6 MB/s)
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.145Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom (2.4 kB at 2.4 MB/s)
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.146Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools/1.3.200/org.eclipse.pde.api.tools-1.3.200.jar (965 kB at 69 MB/s)
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar (38 kB at 9.6 MB/s)
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar (411 kB at 59 MB/s)
18:05:07 [2024-02-24T23:05:07.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar (596 kB at 46 MB/s)
18:05:07 [2024-02-24T23:05:07.405Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar (948 kB at 86 MB/s)
18:05:07 [2024-02-24T23:05:07.405Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.17.200/org.eclipse.pde.core-3.17.200.jar (1.5 MB at 68 MB/s)
18:05:07 [2024-02-24T23:05:07.661Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
18:05:07 [2024-02-24T23:05:07.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom (5.3 kB at 2.7 MB/s)
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 4.0 MB/s)
18:05:07 [2024-02-24T23:05:07.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
18:05:07 [2024-02-24T23:05:07.664Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar (36 kB at 5.2 MB/s)
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:07 [2024-02-24T23:05:07.665Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.pom (1.9 kB at 893 B/s)
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:09 [2024-02-24T23:05:09.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.134Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6/tycho-sourceref-jgit-4.0.6.jar (6.2 kB at 27 kB/s)
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.pom (2.9 kB at 126 kB/s)
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.391Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar
18:05:10 [2024-02-24T23:05:10.646Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.6/tycho-compiler-plugin-4.0.6.jar (56 kB at 231 kB/s)
18:05:10 [2024-02-24T23:05:10.646Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.pom
18:05:10 [2024-02-24T23:05:10.646Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.pom (408 B at 1.8 kB/s)
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:10 [2024-02-24T23:05:10.902Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom (1.2 kB at 7.5 kB/s)
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.158Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom (8.1 kB at 37 kB/s)
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.414Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom (1.4 kB at 19 kB/s)
18:05:11 [2024-02-24T23:05:11.415Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.415Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.415Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom (4.5 kB at 373 kB/s)
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:11 [2024-02-24T23:05:11.671Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 856 kB/s)
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 236 kB/s)
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 2.9 MB/s)
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 792 kB/s)
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.674Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.674Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
18:05:11 [2024-02-24T23:05:11.674Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 626 kB/s)
18:05:11 [2024-02-24T23:05:11.674Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 173 kB/s)
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 448 kB/s)
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
18:05:11 [2024-02-24T23:05:11.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 153 kB/s)
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.pom (2.4 kB at 89 kB/s)
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.pom (1.5 kB at 45 kB/s)
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:11 [2024-02-24T23:05:11.933Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom (1.3 kB at 167 kB/s)
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom (1.3 kB at 160 kB/s)
18:05:12 [2024-02-24T23:05:12.190Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.jar
18:05:12 [2024-02-24T23:05:12.191Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.37.0.v20240215-1558/ecj-3.37.0.v20240215-1558.jar (3.3 MB at 56 MB/s)
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar (4.4 kB at 633 kB/s)
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar (29 kB at 3.6 MB/s)
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 1.3 MB/s)
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 933 kB/s)
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar (89 kB at 8.9 MB/s)
18:05:12 [2024-02-24T23:05:12.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
18:05:12 [2024-02-24T23:05:12.197Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 3.0 MB/s)
18:05:12 [2024-02-24T23:05:12.197Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 4.1 MB/s)
18:05:12 [2024-02-24T23:05:12.197Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar (23 kB at 1.4 MB/s)
18:05:12 [2024-02-24T23:05:12.197Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.6/tycho-compiler-jdt-4.0.6.jar (20 kB at 964 kB/s)
18:05:12 [2024-02-24T23:05:12.452Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.6/tycho-lib-detector-4.0.6.jar (3.5 kB at 100 kB/s)
18:05:12 [2024-02-24T23:05:12.452Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.452Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.452Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.452Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 4.4 MB/s)
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.708Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.708Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 39 MB/s)
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.pom (1.9 kB at 81 kB/s)
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.6/tycho-bnd-plugin-4.0.6.jar (29 kB at 2.6 MB/s)
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 140 kB/s)
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 160 kB/s)
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.710Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 142 kB/s)
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 164 kB/s)
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.967Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 161 kB/s)
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 235 kB/s)
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.968Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom (2.5 kB at 248 kB/s)
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 2.1 MB/s)
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 4.5 MB/s)
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 3.3 MB/s)
18:05:12 [2024-02-24T23:05:12.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 1.9 MB/s)
18:05:12 [2024-02-24T23:05:12.972Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 15 MB/s)
18:05:13 [2024-02-24T23:05:13.227Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar (6.2 MB at 75 MB/s)
18:05:13 [2024-02-24T23:05:13.227Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.228Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.228Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.pom (1.6 kB at 64 kB/s)
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.6/tycho-ds-plugin-4.0.6.jar (23 kB at 1.9 MB/s)
18:05:13 [2024-02-24T23:05:13.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 9.9 MB/s)
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.741Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 9.9 MB/s)
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 23 MB/s)
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.742Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 10 MB/s)
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
18:05:13 [2024-02-24T23:05:13.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 59 MB/s)
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] ------------------------------------------------------------------------
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] Reactor Build Order:
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] 
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] org.eclipse.jdt.core.compiler.batch                     [eclipse-plugin]
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] 
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT                       [1/2]
18:05:14 [2024-02-24T23:05:14.669Z] [INFO]   from pom.xml
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] 
18:05:14 [2024-02-24T23:05:14.669Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs ---
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 376 kB/s)
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 21 MB/s)
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] 
18:05:14 [2024-02-24T23:05:14.670Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 6.0 MB/s)
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
18:05:14 [2024-02-24T23:05:14.671Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 1.6 MB/s)
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 4.0 MB/s)
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s)
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.673Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 5.1 MB/s)
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 43 MB/s)
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 6.9 MB/s)
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 84 MB/s)
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 30 MB/s)
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/saveproperties
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] 
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 3.8 MB/s)
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 4.3 MB/s)
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 2.2 MB/s)
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:14 [2024-02-24T23:05:14.933Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 15 MB/s)
18:05:15 [2024-02-24T23:05:15.189Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.189Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 1.9 MB/s)
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
18:05:15 [2024-02-24T23:05:15.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 15 MB/s)
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 10 MB/s)
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 5.0 MB/s)
18:05:15 [2024-02-24T23:05:15.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.192Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 14 MB/s)
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 48 MB/s)
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 49 MB/s)
18:05:15 [2024-02-24T23:05:15.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 72 MB/s)
18:05:15 [2024-02-24T23:05:15.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 69 MB/s)
18:05:15 [2024-02-24T23:05:15.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 90 MB/s)
18:05:15 [2024-02-24T23:05:15.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 56 MB/s)
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/src/main/resources
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Execution was skipped
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs ---
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.452Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 45 MB/s)
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 19 MB/s)
18:05:15 [2024-02-24T23:05:15.453Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/pom.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.pom
18:05:15 [2024-02-24T23:05:15.454Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target
18:05:15 [2024-02-24T23:05:15.454Z] [INFO] 
18:05:15 [2024-02-24T23:05:15.454Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
18:05:15 [2024-02-24T23:05:15.454Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT       [2/2]
18:05:15 [2024-02-24T23:05:15.454Z] [INFO]   from /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml
18:05:15 [2024-02-24T23:05:15.454Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:05:17 [2024-02-24T23:05:17.969Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@5205f975
18:05:17 [2024-02-24T23:05:17.969Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]     Transport mode:         online
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]     Http Transport type:    Java11Client
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]     Update mode:            cache first
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]     Minimum cache duration: 60 minutes
18:05:17 [2024-02-24T23:05:17.970Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
18:05:18 [2024-02-24T23:05:18.532Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:18 [2024-02-24T23:05:18.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
18:05:18 [2024-02-24T23:05:18.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 17 MB/s)
18:05:18 [2024-02-24T23:05:18.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar
18:05:18 [2024-02-24T23:05:18.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar (182 kB at 14 MB/s)
18:05:18 [2024-02-24T23:05:18.788Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar
18:05:18 [2024-02-24T23:05:18.788Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar (14 MB at 97 MB/s)
18:05:18 [2024-02-24T23:05:18.788Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2-sources.jar
18:05:19 [2024-02-24T23:05:19.044Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2-sources.jar (14 MB at 93 MB/s)
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar (74 kB at 4.6 MB/s)
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5-sources.jar
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5-sources.jar (91 kB at 9.1 MB/s)
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1-sources.jar
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1-sources.jar (519 kB at 31 MB/s)
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 8.9 MB/s)
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar
18:05:21 [2024-02-24T23:05:21.562Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar (373 kB at 31 MB/s)
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar (71 kB at 7.1 MB/s)
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0-sources.jar
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0-sources.jar (83 kB at 6.0 MB/s)
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 51 MB/s)
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0-sources.jar
18:05:21 [2024-02-24T23:05:21.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0-sources.jar (1.1 MB at 54 MB/s)
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar (154 kB at 5.9 MB/s)
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7-sources.jar
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7-sources.jar (114 kB at 13 MB/s)
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.1/sshd-osgi-2.12.1.jar
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.1/sshd-osgi-2.12.1.jar (1.8 MB at 40 MB/s)
18:05:21 [2024-02-24T23:05:21.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.1/sshd-osgi-2.12.1-sources.jar
18:05:21 [2024-02-24T23:05:21.820Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.1/sshd-osgi-2.12.1-sources.jar (1.4 MB at 63 MB/s)
18:05:22 [2024-02-24T23:05:22.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77-sources.jar
18:05:22 [2024-02-24T23:05:22.076Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77-sources.jar (356 kB at 17 MB/s)
18:05:22 [2024-02-24T23:05:22.076Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77-sources.jar
18:05:22 [2024-02-24T23:05:22.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77-sources.jar (4.8 MB at 82 MB/s)
18:05:22 [2024-02-24T23:05:22.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
18:05:22 [2024-02-24T23:05:22.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 6.9 MB/s)
18:05:22 [2024-02-24T23:05:22.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar
18:05:22 [2024-02-24T23:05:22.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar (83 kB at 3.8 MB/s)
18:05:22 [2024-02-24T23:05:22.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar
18:05:23 [2024-02-24T23:05:23.149Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar (446 kB at 28 MB/s)
18:05:23 [2024-02-24T23:05:23.149Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.17.2/jsoup-1.17.2-sources.jar
18:05:23 [2024-02-24T23:05:23.149Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.17.2/jsoup-1.17.2-sources.jar (229 kB at 23 MB/s)
18:05:23 [2024-02-24T23:05:23.149Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6-sources.jar
18:05:23 [2024-02-24T23:05:23.150Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6-sources.jar (460 kB at 24 MB/s)
18:05:23 [2024-02-24T23:05:23.150Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6-sources.jar
18:05:23 [2024-02-24T23:05:23.150Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6-sources.jar (352 kB at 29 MB/s)
18:05:23 [2024-02-24T23:05:23.150Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12-sources.jar
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12-sources.jar (75 kB at 3.6 MB/s)
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar (16 kB at 981 kB/s)
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12-sources.jar
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12-sources.jar (13 kB at 1.3 MB/s)
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9-sources.jar
18:05:23 [2024-02-24T23:05:23.406Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9-sources.jar (137 kB at 11 MB/s)
18:05:23 [2024-02-24T23:05:23.407Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 5.3 MB/s)
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3-sources.jar
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3-sources.jar (104 kB at 10 MB/s)
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 5.5 MB/s)
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4-sources.jar
18:05:23 [2024-02-24T23:05:23.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4-sources.jar (167 kB at 6.4 MB/s)
18:05:23 [2024-02-24T23:05:23.409Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.jar
18:05:23 [2024-02-24T23:05:23.665Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.jar (54 kB at 1.5 MB/s)
18:05:23 [2024-02-24T23:05:23.665Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3-sources.jar
18:05:23 [2024-02-24T23:05:23.666Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3-sources.jar (165 kB at 7.2 MB/s)
18:05:23 [2024-02-24T23:05:23.666Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-apache-jsp/12.0.6/jetty-ee8-apache-jsp-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.666Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-apache-jsp/12.0.6/jetty-ee8-apache-jsp-12.0.6.jar (12 kB at 559 kB/s)
18:05:23 [2024-02-24T23:05:23.666Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-apache-jsp/12.0.6/jetty-ee8-apache-jsp-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.666Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-apache-jsp/12.0.6/jetty-ee8-apache-jsp-12.0.6-sources.jar (8.3 kB at 1.2 MB/s)
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-nested/12.0.6/jetty-ee8-nested-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-nested/12.0.6/jetty-ee8-nested-12.0.6.jar (385 kB at 30 MB/s)
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-nested/12.0.6/jetty-ee8-nested-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-nested/12.0.6/jetty-ee8-nested-12.0.6-sources.jar (189 kB at 8.6 MB/s)
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-security/12.0.6/jetty-ee8-security-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-security/12.0.6/jetty-ee8-security-12.0.6.jar (76 kB at 4.5 MB/s)
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-security/12.0.6/jetty-ee8-security-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-security/12.0.6/jetty-ee8-security-12.0.6-sources.jar (50 kB at 5.0 MB/s)
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-servlet/12.0.6/jetty-ee8-servlet-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-servlet/12.0.6/jetty-ee8-servlet-12.0.6.jar (144 kB at 10 MB/s)
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-servlet/12.0.6/jetty-ee8-servlet-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8-servlet/12.0.6/jetty-ee8-servlet-12.0.6-sources.jar (73 kB at 9.1 MB/s)
18:05:23 [2024-02-24T23:05:23.669Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar
18:05:23 [2024-02-24T23:05:23.669Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar (273 kB at 11 MB/s)
18:05:23 [2024-02-24T23:05:23.669Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.669Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar (412 kB at 34 MB/s)
18:05:23 [2024-02-24T23:05:23.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/12.0.6/jetty-http-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/12.0.6/jetty-http-12.0.6.jar (401 kB at 33 MB/s)
18:05:23 [2024-02-24T23:05:23.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/12.0.6/jetty-http-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/12.0.6/jetty-http-12.0.6-sources.jar (214 kB at 21 MB/s)
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/12.0.6/jetty-io-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/12.0.6/jetty-io-12.0.6.jar (281 kB at 26 MB/s)
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/12.0.6/jetty-io-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/12.0.6/jetty-io-12.0.6-sources.jar (149 kB at 19 MB/s)
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/12.0.6/jetty-security-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/12.0.6/jetty-security-12.0.6.jar (145 kB at 13 MB/s)
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/12.0.6/jetty-security-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/12.0.6/jetty-security-12.0.6-sources.jar (89 kB at 11 MB/s)
18:05:23 [2024-02-24T23:05:23.926Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/12.0.6/jetty-server-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/12.0.6/jetty-server-12.0.6.jar (584 kB at 27 MB/s)
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/12.0.6/jetty-server-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/12.0.6/jetty-server-12.0.6-sources.jar (297 kB at 30 MB/s)
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-session/12.0.6/jetty-session-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-session/12.0.6/jetty-session-12.0.6.jar (117 kB at 6.5 MB/s)
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-session/12.0.6/jetty-session-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-session/12.0.6/jetty-session-12.0.6-sources.jar (84 kB at 9.4 MB/s)
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/12.0.6/jetty-util-ajax-12.0.6.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/12.0.6/jetty-util-ajax-12.0.6.jar (53 kB at 4.4 MB/s)
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/12.0.6/jetty-util-ajax-12.0.6-sources.jar
18:05:23 [2024-02-24T23:05:23.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/12.0.6/jetty-util-ajax-12.0.6-sources.jar (27 kB at 1.8 MB/s)
18:05:23 [2024-02-24T23:05:23.928Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/12.0.6/jetty-util-12.0.6.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/12.0.6/jetty-util-12.0.6.jar (633 kB at 28 MB/s)
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/12.0.6/jetty-util-12.0.6-sources.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/12.0.6/jetty-util-12.0.6-sources.jar (382 kB at 29 MB/s)
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.el/3.0.4/jakarta.el-3.0.4.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.el/3.0.4/jakarta.el-3.0.4.jar (238 kB at 22 MB/s)
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.el/3.0.4/jakarta.el-3.0.4-sources.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.el/3.0.4/jakarta.el-3.0.4-sources.jar (217 kB at 22 MB/s)
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.jar (255 kB at 7.5 MB/s)
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1-sources.jar
18:05:24 [2024-02-24T23:05:24.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1-sources.jar (215 kB at 20 MB/s)
18:05:24 [2024-02-24T23:05:24.185Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.jar
18:05:24 [2024-02-24T23:05:24.185Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.jar (1.0 MB at 32 MB/s)
18:05:24 [2024-02-24T23:05:24.185Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1-sources.jar
18:05:24 [2024-02-24T23:05:24.185Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1-sources.jar (1.5 MB at 52 MB/s)
18:05:24 [2024-02-24T23:05:24.441Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:24 [2024-02-24T23:05:24.441Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar
18:05:24 [2024-02-24T23:05:24.441Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar (257 kB at 16 MB/s)
18:05:24 [2024-02-24T23:05:24.441Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12-sources.jar
18:05:24 [2024-02-24T23:05:24.442Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12-sources.jar (204 kB at 16 MB/s)
18:05:24 [2024-02-24T23:05:24.698Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar
18:05:24 [2024-02-24T23:05:24.698Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar (4.2 MB at 27 MB/s)
18:05:24 [2024-02-24T23:05:24.698Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12-sources.jar
18:05:24 [2024-02-24T23:05:24.698Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12-sources.jar (1.4 MB at 64 MB/s)
18:05:24 [2024-02-24T23:05:24.954Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3.jar
18:05:25 [2024-02-24T23:05:25.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3.jar (1.4 MB at 23 MB/s)
18:05:25 [2024-02-24T23:05:25.210Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3-sources.jar
18:05:25 [2024-02-24T23:05:25.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3-sources.jar (1.4 MB at 34 MB/s)
18:05:25 [2024-02-24T23:05:25.467Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.jar
18:05:25 [2024-02-24T23:05:25.467Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.jar (704 kB at 37 MB/s)
18:05:25 [2024-02-24T23:05:25.467Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0-sources.jar
18:05:25 [2024-02-24T23:05:25.467Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0-sources.jar (538 kB at 34 MB/s)
18:05:25 [2024-02-24T23:05:25.467Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar
18:05:28 [2024-02-24T23:05:28.735Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 15 kB/s)
18:05:28 [2024-02-24T23:05:28.735Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar
18:05:28 [2024-02-24T23:05:28.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar (53 kB at 368 kB/s)
18:05:28 [2024-02-24T23:05:28.992Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:28 [2024-02-24T23:05:28.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6-sources.jar
18:05:28 [2024-02-24T23:05:28.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6-sources.jar (41 kB at 628 kB/s)
18:05:28 [2024-02-24T23:05:28.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
18:05:29 [2024-02-24T23:05:29.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 512 kB/s)
18:05:29 [2024-02-24T23:05:29.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6-sources.jar
18:05:29 [2024-02-24T23:05:29.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6-sources.jar (83 kB at 1.1 MB/s)
18:05:29 [2024-02-24T23:05:29.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6-sources.jar
18:05:29 [2024-02-24T23:05:29.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6-sources.jar (77 kB at 766 kB/s)
18:05:29 [2024-02-24T23:05:29.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6-sources.jar
18:05:29 [2024-02-24T23:05:29.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6-sources.jar (86 kB at 1.2 MB/s)
18:05:29 [2024-02-24T23:05:29.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6-sources.jar
18:05:29 [2024-02-24T23:05:29.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6-sources.jar (184 kB at 12 MB/s)
18:05:29 [2024-02-24T23:05:29.506Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar (29 kB at 2.4 MB/s)
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0-sources.jar
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0-sources.jar (14 kB at 1.2 MB/s)
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar (15 kB at 308 kB/s)
18:05:29 [2024-02-24T23:05:29.507Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2-sources.jar
18:05:29 [2024-02-24T23:05:29.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2-sources.jar (5.4 kB at 135 kB/s)
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 794 kB/s)
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1-sources.jar
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1-sources.jar (32 kB at 4.0 MB/s)
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar (43 kB at 2.2 MB/s)
18:05:29 [2024-02-24T23:05:29.764Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1-sources.jar
18:05:29 [2024-02-24T23:05:29.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1-sources.jar (23 kB at 196 kB/s)
18:05:29 [2024-02-24T23:05:29.765Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1-sources.jar
18:05:30 [2024-02-24T23:05:30.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1-sources.jar (30 kB at 511 kB/s)
18:05:30 [2024-02-24T23:05:30.020Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2-sources.jar
18:05:30 [2024-02-24T23:05:30.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2-sources.jar (24 kB at 695 kB/s)
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 473 kB/s)
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1-sources.jar
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1-sources.jar (9.6 kB at 436 kB/s)
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 2.7 MB/s)
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1-sources.jar
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1-sources.jar (23 kB at 769 kB/s)
18:05:30 [2024-02-24T23:05:30.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.jar
18:05:30 [2024-02-24T23:05:30.277Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.jar (100 kB at 356 kB/s)
18:05:30 [2024-02-24T23:05:30.277Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1-sources.jar
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1-sources.jar (62 kB at 1.6 MB/s)
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0.jar
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0.jar (13 kB at 360 kB/s)
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0-sources.jar
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0-sources.jar (3.1 kB at 222 kB/s)
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar
18:05:30 [2024-02-24T23:05:30.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar (28 kB at 816 kB/s)
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1-sources.jar
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1-sources.jar (14 kB at 853 kB/s)
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 741 kB/s)
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1-sources.jar
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1-sources.jar (11 kB at 680 kB/s)
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2-sources.jar
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2-sources.jar (10 kB at 843 kB/s)
18:05:30 [2024-02-24T23:05:30.534Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar (14 kB at 721 kB/s)
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0-sources.jar
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0-sources.jar (9.8 kB at 753 kB/s)
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0-sources.jar
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0-sources.jar (17 kB at 938 kB/s)
18:05:30 [2024-02-24T23:05:30.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar (31 kB at 1.1 MB/s)
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1-sources.jar
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1-sources.jar (18 kB at 2.3 MB/s)
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar (37 kB at 238 kB/s)
18:05:30 [2024-02-24T23:05:30.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1-sources.jar
18:05:31 [2024-02-24T23:05:31.047Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1-sources.jar (20 kB at 467 kB/s)
18:05:31 [2024-02-24T23:05:31.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar
18:05:31 [2024-02-24T23:05:31.047Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar (44 kB at 410 kB/s)
18:05:31 [2024-02-24T23:05:31.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2-sources.jar
18:05:31 [2024-02-24T23:05:31.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2-sources.jar (26 kB at 536 kB/s)
18:05:31 [2024-02-24T23:05:31.048Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0-sources.jar
18:05:31 [2024-02-24T23:05:31.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0-sources.jar (8.5 kB at 36 kB/s)
18:05:31 [2024-02-24T23:05:31.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar
18:05:31 [2024-02-24T23:05:31.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar (26 kB at 132 kB/s)
18:05:31 [2024-02-24T23:05:31.561Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2-sources.jar
18:05:31 [2024-02-24T23:05:31.561Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2-sources.jar (11 kB at 161 kB/s)
18:05:31 [2024-02-24T23:05:31.561Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.jar
18:05:31 [2024-02-24T23:05:31.561Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.jar (14 kB at 360 kB/s)
18:05:31 [2024-02-24T23:05:31.561Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1-sources.jar
18:05:31 [2024-02-24T23:05:31.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1-sources.jar (9.5 kB at 1.4 MB/s)
18:05:31 [2024-02-24T23:05:31.817Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0-sources.jar
18:05:31 [2024-02-24T23:05:31.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0-sources.jar (30 kB at 509 kB/s)
18:05:31 [2024-02-24T23:05:31.817Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0.jar
18:05:31 [2024-02-24T23:05:31.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0.jar (137 kB at 2.5 MB/s)
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0-sources.jar
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0-sources.jar (45 kB at 5.7 MB/s)
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.jar
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.jar (19 kB at 750 kB/s)
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2-sources.jar
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2-sources.jar (6.5 kB at 433 kB/s)
18:05:31 [2024-02-24T23:05:31.818Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:31 [2024-02-24T23:05:31.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar
18:05:31 [2024-02-24T23:05:31.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar (103 kB at 4.5 MB/s)
18:05:31 [2024-02-24T23:05:31.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0-sources.jar
18:05:31 [2024-02-24T23:05:31.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0-sources.jar (48 kB at 4.8 MB/s)
18:05:31 [2024-02-24T23:05:31.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0-sources.jar (301 B at 7.2 kB/s)
18:05:32 [2024-02-24T23:05:32.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0-sources.jar (125 kB at 3.3 MB/s)
18:05:32 [2024-02-24T23:05:32.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0-sources.jar (1.1 MB at 50 MB/s)
18:05:32 [2024-02-24T23:05:32.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0-sources.jar (307 kB at 11 MB/s)
18:05:32 [2024-02-24T23:05:32.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar
18:05:32 [2024-02-24T23:05:32.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 24 MB/s)
18:05:32 [2024-02-24T23:05:32.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0-sources.jar (202 kB at 14 MB/s)
18:05:32 [2024-02-24T23:05:32.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templates.template/7.0.0/org.bndtools.templates.template-7.0.0.jar
18:05:32 [2024-02-24T23:05:32.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templates.template/7.0.0/org.bndtools.templates.template-7.0.0.jar (19 kB at 131 kB/s)
18:05:32 [2024-02-24T23:05:32.587Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templates.template/7.0.0/org.bndtools.templates.template-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templates.template/7.0.0/org.bndtools.templates.template-7.0.0-sources.jar (301 B at 7.0 kB/s)
18:05:32 [2024-02-24T23:05:32.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar (2.6 MB at 27 MB/s)
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0-sources.jar
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0-sources.jar (45 kB at 3.5 MB/s)
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 763 kB/s)
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-sources.jar
18:05:32 [2024-02-24T23:05:32.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-sources.jar (26 kB at 3.3 MB/s)
18:05:32 [2024-02-24T23:05:32.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar
18:05:32 [2024-02-24T23:05:32.845Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar (203 kB at 2.7 MB/s)
18:05:32 [2024-02-24T23:05:32.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6-sources.jar
18:05:32 [2024-02-24T23:05:32.845Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6-sources.jar (102 kB at 2.4 MB/s)
18:05:32 [2024-02-24T23:05:32.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar
18:05:33 [2024-02-24T23:05:33.100Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 1.1 MB/s)
18:05:33 [2024-02-24T23:05:33.100Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-sources.jar
18:05:33 [2024-02-24T23:05:33.100Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-sources.jar (38 kB at 2.3 MB/s)
18:05:33 [2024-02-24T23:05:33.100Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10-sources.jar
18:05:33 [2024-02-24T23:05:33.100Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10-sources.jar (269 kB at 6.6 MB/s)
18:05:33 [2024-02-24T23:05:33.101Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:33 [2024-02-24T23:05:33.101Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
18:05:33 [2024-02-24T23:05:33.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 128 kB/s)
18:05:33 [2024-02-24T23:05:33.102Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar
18:05:33 [2024-02-24T23:05:33.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar (6.6 kB at 474 kB/s)
18:05:33 [2024-02-24T23:05:33.102Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar (211 kB at 4.5 MB/s)
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2-sources.jar (210 kB at 10 MB/s)
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar (245 kB at 3.8 MB/s)
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2-sources.jar (131 kB at 4.2 MB/s)
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.2/junit-jupiter-migrationsupport-5.10.2.jar
18:05:33 [2024-02-24T23:05:33.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.2/junit-jupiter-migrationsupport-5.10.2.jar (28 kB at 1.3 MB/s)
18:05:33 [2024-02-24T23:05:33.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.2/junit-jupiter-migrationsupport-5.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.2/junit-jupiter-migrationsupport-5.10.2-sources.jar (24 kB at 570 kB/s)
18:05:33 [2024-02-24T23:05:33.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar
18:05:33 [2024-02-24T23:05:33.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar (586 kB at 13 MB/s)
18:05:33 [2024-02-24T23:05:33.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2-sources.jar (83 kB at 2.4 MB/s)
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar (106 kB at 3.9 MB/s)
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2-sources.jar (78 kB at 8.7 MB/s)
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar (205 kB at 17 MB/s)
18:05:33 [2024-02-24T23:05:33.616Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.617Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2-sources.jar (142 kB at 16 MB/s)
18:05:33 [2024-02-24T23:05:33.617Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.617Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar (184 kB at 11 MB/s)
18:05:33 [2024-02-24T23:05:33.617Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.617Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2-sources.jar (108 kB at 11 MB/s)
18:05:33 [2024-02-24T23:05:33.873Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.2/junit-platform-runner-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.2/junit-platform-runner-1.10.2.jar (17 kB at 1.5 MB/s)
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.2/junit-platform-runner-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.2/junit-platform-runner-1.10.2-sources.jar (12 kB at 1.5 MB/s)
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.2/junit-platform-suite-api-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.2/junit-platform-suite-api-1.10.2.jar (23 kB at 1.3 MB/s)
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.2/junit-platform-suite-api-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.2/junit-platform-suite-api-1.10.2-sources.jar (31 kB at 3.1 MB/s)
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.2/junit-platform-suite-commons-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.2/junit-platform-suite-commons-1.10.2.jar (17 kB at 912 kB/s)
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.2/junit-platform-suite-commons-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.2/junit-platform-suite-commons-1.10.2-sources.jar (11 kB at 758 kB/s)
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.2/junit-platform-suite-engine-1.10.2.jar
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.2/junit-platform-suite-engine-1.10.2.jar (24 kB at 2.7 MB/s)
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.2/junit-platform-suite-engine-1.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.2/junit-platform-suite-engine-1.10.2-sources.jar (17 kB at 635 kB/s)
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.jar
18:05:33 [2024-02-24T23:05:33.875Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.jar (67 kB at 4.5 MB/s)
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2-sources.jar
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2-sources.jar (39 kB at 4.3 MB/s)
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 1.2 MB/s)
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0-sources.jar
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0-sources.jar (10 kB at 1.0 MB/s)
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
18:05:33 [2024-02-24T23:05:33.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 21 MB/s)
18:05:33 [2024-02-24T23:05:33.877Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4-sources.jar
18:05:34 [2024-02-24T23:05:34.131Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4-sources.jar (310 kB at 1.2 MB/s)
18:05:34 [2024-02-24T23:05:34.386Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
18:05:34 [2024-02-24T23:05:34.386Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 13 MB/s)
18:05:34 [2024-02-24T23:05:34.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar
18:05:34 [2024-02-24T23:05:34.642Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar (646 kB at 1.9 MB/s)
18:05:34 [2024-02-24T23:05:34.898Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar
18:05:34 [2024-02-24T23:05:34.898Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar (300 kB at 18 MB/s)
18:05:34 [2024-02-24T23:05:34.898Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3-sources.jar
18:05:34 [2024-02-24T23:05:34.898Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3-sources.jar (332 kB at 17 MB/s)
18:05:34 [2024-02-24T23:05:34.898Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 1.9 MB/s)
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2-sources.jar
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2-sources.jar (60 kB at 3.7 MB/s)
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 1.1 MB/s)
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar (38 kB at 3.2 MB/s)
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
18:05:34 [2024-02-24T23:05:34.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 3.3 MB/s)
18:05:34 [2024-02-24T23:05:34.900Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1-sources.jar
18:05:35 [2024-02-24T23:05:35.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1-sources.jar (37 kB at 2.3 MB/s)
18:05:35 [2024-02-24T23:05:35.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5.jar
18:05:35 [2024-02-24T23:05:35.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5.jar (11 kB at 543 kB/s)
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5-sources.jar
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5-sources.jar (18 kB at 2.0 MB/s)
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 712 kB/s)
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1-sources.jar
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1-sources.jar (18 kB at 2.1 MB/s)
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 7.6 MB/s)
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1-sources.jar
18:05:35 [2024-02-24T23:05:35.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1-sources.jar (199 kB at 14 MB/s)
18:05:36 [2024-02-24T23:05:36.125Z] [INFO] 
18:05:36 [2024-02-24T23:05:36.125Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch ---
18:05:36 [2024-02-24T23:05:36.125Z] [INFO] 
18:05:36 [2024-02-24T23:05:36.125Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] The project's OSGi version is 3.37.0.v20240215-1558
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/saveproperties
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] --- build-helper:3.5.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 299 kB/s)
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 350 kB/s)
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 913 kB/s)
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 534 kB/s)
18:05:39 [2024-02-24T23:05:39.395Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is...
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] 
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch ---
18:05:39 [2024-02-24T23:05:39.396Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/maven-metadata.xml
18:05:39 [2024-02-24T23:05:39.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/maven-metadata.xml (455 B at 5.0 kB/s)
18:05:39 [2024-02-24T23:05:39.653Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar
18:05:39 [2024-02-24T23:05:39.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar (30 kB at 2.3 MB/s)
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools.annotations/maven-metadata.xml
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools.annotations/maven-metadata.xml (609 B at 44 kB/s)
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools.annotations/1.2.0/org.eclipse.pde.api.tools.annotations-1.2.0.jar
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.api.tools.annotations/1.2.0/org.eclipse.pde.api.tools.annotations-1.2.0.jar (14 kB at 2.0 MB/s)
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/maven-metadata.xml
18:05:39 [2024-02-24T23:05:39.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/maven-metadata.xml (537 B at 16 kB/s)
18:05:39 [2024-02-24T23:05:39.911Z] [INFO] Compiling 541 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:05:45 [2024-02-24T23:05:45.158Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:[1426] 
18:05:45 [2024-02-24T23:05:45.158Z] 	if (reference == null) reference = typeRef;
18:05:45 [2024-02-24T23:05:45.158Z] 	    ^^^^^^^^^
18:05:45 [2024-02-24T23:05:45.158Z] Redundant null check: The variable reference can only be null at this location
18:05:45 [2024-02-24T23:05:45.158Z] 1 problem (1 warning)
18:05:45 [2024-02-24T23:05:45.158Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.158Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.158Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.158Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/test/resources
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.159Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-sources.jar
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] 
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch ---
18:05:45 [2024-02-24T23:05:45.415Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 379 kB/s)
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 590 kB/s)
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 466 kB/s)
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 138 kB/s)
18:05:45 [2024-02-24T23:05:45.674Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.675Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.675Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.675Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 24 MB/s)
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.3 MB/s)
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 54 MB/s)
18:05:45 [2024-02-24T23:05:45.932Z] [INFO] Executing tasks
18:05:46 [2024-02-24T23:05:46.210Z] [INFO] Executed tasks
18:05:46 [2024-02-24T23:05:46.210Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.210Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.210Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] Execution was skipped
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.37.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.pom
18:05:46 [2024-02-24T23:05:46.466Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.37.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.37.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-sources.jar
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/p2content.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.37.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-p2metadata.xml
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/p2artifacts.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/org.eclipse.jdt.core.compiler.batch/3.37.0-SNAPSHOT/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-p2artifacts.xml
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] --- tycho-p2:4.0.6:update-local-index (default-update-local-index) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] --- install:3.1.1:install-file (deploy-ecj) @ org.eclipse.jdt.core.compiler.batch ---
18:05:46 [2024-02-24T23:05:46.467Z] [INFO] pom.xml not found in org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] Installing /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/ecj/99.99/ecj-99.99.jar
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] Installing /tmp/mvninstall17305057052221439689.pom to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/eclipse/jdt/ecj/99.99/ecj-99.99.pom
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] ------------------------------------------------------------------------
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] Reactor Summary:
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] 
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] eclipse-sdk-prereqs 4.31.0-SNAPSHOT ................ SUCCESS [  0.977 s]
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT  SUCCESS [ 31.055 s]
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] ------------------------------------------------------------------------
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] BUILD SUCCESS
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] ------------------------------------------------------------------------
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] Total time:  52.448 s
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] Finished at: 2024-02-24T23:05:46Z
18:05:46 [2024-02-24T23:05:46.468Z] [INFO] ------------------------------------------------------------------------
18:05:46 [2024-02-24T23:05:46.724Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
18:05:46 [2024-02-24T23:05:46.724Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
18:05:46 [2024-02-24T23:05:46.724Z] 	at java.base/java.lang.Thread.run(Thread.java:833)
18:05:46 [2024-02-24T23:05:46.724Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
18:05:46 [2024-02-24T23:05:46.724Z] 	... 2 more
18:05:46 [2024-02-24T23:05:46.980Z] [Global flags]
18:05:46 [2024-02-24T23:05:46.981Z]       int ActiveProcessorCount                     = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizeDecrementScaleFactor         = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizeMajorGCDecayTimeScale        = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizePolicyCollectionCostMargin   = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizePolicyInitializingSteps      = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizePolicyOutputInterval         = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizePolicyWeight                 = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveSizeThroughPutPolicy             = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     uintx AdaptiveTimeWeight                       = 25                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AdjustStackSizeForTLS                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AggressiveHeap                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AliasLevel                               = 3                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AlignVector                              = false                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]     ccstr AllocateHeapAt                           =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocateInstancePrefetchLines            = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocatePrefetchDistance                 = 192                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocatePrefetchInstr                    = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocatePrefetchLines                    = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocatePrefetchStepSize                 = 64                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      intx AllocatePrefetchStyle                    = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AllowParallelDefineClass                 = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AllowRedefinitionToAddDeleteMethods      = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AllowUserSignalHandlers                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AllowVectorizeOnDemand                   = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AlwaysActAsServerClassMachine            = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AlwaysCompileLoopMethods                 = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.981Z]      bool AlwaysLockClassLoader                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool AlwaysPreTouch                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool AlwaysRestoreFPU                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool AlwaysTenure                             = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]     ccstr ArchiveClassesAtExit                     =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx ArrayCopyLoadStoreMaxElem                = 8                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]    size_t AsyncLogBufferSize                       = 2097152                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx AutoBoxCacheMax                          = 128                                    {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BCEATraceLevel                           = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool BackgroundCompilation                    = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]    size_t BaseFootPrintEstimate                    = 268435456                                 {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BiasedLockingBulkRebiasThreshold         = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BiasedLockingBulkRevokeThreshold         = 40                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BiasedLockingDecayTime                   = 25000                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BiasedLockingStartupDelay                = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool BlockLayoutByFrequency                   = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx BlockLayoutMinDiamondPercentage          = 20                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool BlockLayoutRotateLoops                   = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx C1InlineStackLimit                       = 5                                      {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx C1MaxInlineLevel                         = 9                                      {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx C1MaxInlineSize                          = 35                                     {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx C1MaxRecursiveInlineLevel                = 1                                      {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      intx C1MaxTrivialSize                         = 6                                      {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool C1OptimizeVirtualCallProfiling           = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool C1ProfileBranches                        = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool C1ProfileCalls                           = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool C1ProfileCheckcasts                      = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.982Z]      bool C1ProfileInlinedCalls                    = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool C1ProfileVirtualCalls                    = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool C1UpdateMethodData                       = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      intx CICompilerCount                          = 3                                         {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CICompilerCountPerCPU                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CITime                                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CheckJNICalls                            = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool ClassUnloading                           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool ClassUnloadingWithConcurrentMark         = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool ClipInlining                             = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]     uintx CodeCacheExpansionSize                   = 65536                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CompactStrings                           = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]     ccstr CompilationMode                          = default                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z] ccstrlist CompileCommand                           =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]     ccstr CompileCommandFile                       =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z] ccstrlist CompileOnly                              =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      intx CompileThreshold                         = 10000                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]    double CompileThresholdScaling                  = 1.000000                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      intx CompilerThreadPriority                   = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      intx CompilerThreadStackSize                  = 1024                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]    size_t CompressedClassSpaceSize                 = 1073741824                                {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      uint ConcGCThreads                            = 1                                         {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.983Z]      intx ConditionalMoveLimit                     = 3                                   {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      intx ContendedPaddingWidth                    = 128                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CrashOnOutOfMemoryError                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CreateCoredumpOnCrash                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool CriticalJNINatives                       = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool DTraceAllocProbes                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.983Z]      bool DTraceMethodProbes                       = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DTraceMonitorProbes                      = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DisableAttachMechanism                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DisableExplicitGC                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DisplayVMOutputToStderr                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DisplayVMOutputToStdout                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DoEscapeAnalysis                         = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DoReserveCopyInSuperWord                 = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DontCompileHugeMethods                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DontYieldALot                            = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]     ccstr DumpLoadedClassList                      =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DumpReplayDataOnError                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DumpSharedSpaces                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool DynamicDumpSharedSpaces                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EagerXrunInit                            = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      intx EliminateAllocationArraySizeLimit        = 64                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EliminateAllocations                     = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EliminateAutoBox                         = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EliminateLocks                           = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EliminateNestedLocks                     = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EnableContended                          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EnableDynamicAgentLoading                = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]    size_t ErgoHeapSizeLimit                        = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]     ccstr ErrorFile                                =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool ErrorFileToStderr                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool ErrorFileToStdout                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]  uint64_t ErrorLogTimeout                          = 120                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]    double EscapeAnalysisTimeout                    = 20.000000                              {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool EstimateArgEscape                        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.984Z]      bool ExecutingUnitTests                       = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool ExitOnOutOfMemoryError                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool ExplicitGCInvokesConcurrent              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool ExtendedDTraceProbes                     = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool ExtensiveErrorReports                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     ccstr ExtraSharedClassListFile                 =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool FilterSpuriousWakeups                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool FlightRecorder                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     ccstr FlightRecorderOptions                    =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool ForceTimeHighResolution                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      intx FreqInlineSize                           = 325                                 {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    double G1ConcMarkStepDurationMillis             = 10.000000                                 {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1ConcRSHotCardLimit                     = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1ConcRSLogCacheSize                     = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1ConcRefinementGreenZone                = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1ConcRefinementRedZone                  = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1ConcRefinementServiceIntervalMillis    = 300                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1ConcRefinementThresholdStep            = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1ConcRefinementYellowZone               = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1ConfidencePercent                      = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1HeapWastePercent                       = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1MixedGCCountTarget                     = 8                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]     uintx G1PeriodicGCInterval                     = 0                                      {manageable} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      bool G1PeriodicGCInvokesConcurrent            = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]    double G1PeriodicGCSystemLoadThreshold          = 0.000000                               {manageable} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      intx G1RSetRegionEntries                      = 768                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      intx G1RSetSparseRegionEntries                = 32                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.985Z]      intx G1RSetUpdatingPauseTimePercent           = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      uint G1RefProcDrainInterval                   = 1000                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx G1ReservePercent                         = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx G1SATBBufferEnqueueingThresholdPercent   = 60                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]    size_t G1SATBBufferSize                         = 1024                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]    size_t G1UpdateBufferSize                       = 256                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool G1UseAdaptiveConcRefinement              = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool G1UseAdaptiveIHOP                        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCHeapFreeLimit                          = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCLockerEdenExpansionPercent             = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCPauseIntervalMillis                    = 201                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCTimeLimit                              = 98                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx GCTimeRatio                              = 12                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]    size_t HeapBaseMinAddress                       = 2147483648                             {pd product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool HeapDumpAfterFullGC                      = false                                  {manageable} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool HeapDumpBeforeFullGC                     = false                                  {manageable} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      intx HeapDumpGzipLevel                        = 0                                      {manageable} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool HeapDumpOnOutOfMemoryError               = false                                  {manageable} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     ccstr HeapDumpPath                             =                                        {manageable} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx HeapFirstMaximumCompactionCount          = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx HeapMaximumCompactionInterval            = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx HeapSearchSteps                          = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]    size_t HeapSizePerGCThread                      = 43620760                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool IgnoreEmptyClassPaths                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool IgnoreUnrecognizedVMOptions              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx IncreaseFirstTierCompileThresholdAt      = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]      bool IncrementalInline                        = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]     uintx InitialCodeCacheSize                     = 2555904                                {pd product} {default}
18:05:46 [2024-02-24T23:05:46.986Z]    size_t InitialHeapSize                          = 134217728                                 {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.987Z]     uintx InitialRAMFraction                       = 64                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]    double InitialRAMPercentage                     = 1.562500                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]     uintx InitialSurvivorRatio                     = 8                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]     uintx InitialTenuringThreshold                 = 7                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]     uintx InitiatingHeapOccupancyPercent           = 45                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      bool Inline                                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]     ccstr InlineDataFile                           =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx InlineSmallCode                          = 2500                                {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      bool InlineSynchronizedMethods                = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx InteriorEntryAlignment                   = 16                                  {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx InterpreterProfilePercentage             = 33                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      bool JavaMonitorsInStackTrace                 = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority10_To_OSPriority             = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority1_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority2_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority3_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority4_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority5_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority6_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority7_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority8_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx JavaPriority9_To_OSPriority              = -1                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]    size_t LargePageHeapSizeThreshold               = 134217728                                 {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]    size_t LargePageSizeInBytes                     = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx LiveNodeCountInliningCutoff              = 40000                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      bool LoadExecStackDllInVMThread               = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx LoopMaxUnroll                            = 16                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.987Z]      intx LoopOptsCount                            = 43                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx LoopPercentProfileLimit                  = 10                                  {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx LoopStripMiningIter                      = 1000                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx LoopStripMiningIterShortLoop             = 100                                    {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx LoopUnrollLimit                          = 60                                  {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx LoopUnrollMin                            = 4                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      bool LoopUnswitching                          = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      bool ManagementServer                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.988Z]    size_t MarkStackSizeMax                         = 536870912                                 {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      uint MarkSweepAlwaysCompactCount              = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx MarkSweepDeadRatio                       = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxBCEAEstimateLevel                     = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxBCEAEstimateSize                      = 150                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]  uint64_t MaxDirectMemorySize                      = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      bool MaxFDLimit                               = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx MaxGCMinorPauseMillis                    = 18446744073709551615                      {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx MaxGCPauseMillis                         = 200                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]     uintx MaxHeapFreeRatio                         = 70                                     {manageable} {default}
18:05:46 [2024-02-24T23:05:46.988Z]    size_t MaxHeapSize                              = 6442450944                                {product} {command line}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxInlineLevel                           = 15                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxInlineSize                            = 35                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxJNILocalCapacity                      = 65536                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxJavaStackTraceDepth                   = 1024                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxJumpTableSize                         = 65000                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxJumpTableSparseness                   = 5                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxLabelRootDepth                        = 1100                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]      intx MaxLoopPad                               = 11                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.988Z]    size_t MaxMetaspaceExpansion                    = 5439488                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MaxMetaspaceFreeRatio                    = 70                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MaxMetaspaceSize                         = 18446744073709551615                      {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MaxNewSize                               = 3862953984                                {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MaxNodeLimit                             = 80000                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]  uint64_t MaxRAM                                   = 8589934592                             {pd product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MaxRAMFraction                           = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    double MaxRAMPercentage                         = 35.000000                                 {product} {command line}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MaxRecursiveInlineLevel                  = 1                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MaxTenuringThreshold                     = 15                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MaxTrivialSize                           = 6                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MaxVectorSize                            = 64                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     ccstr MetaspaceReclaimPolicy                   = balanced                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MetaspaceSize                            = 22020096                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]      bool MethodFlushing                           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MinHeapFreeRatio                         = 40                                     {manageable} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MinHeapSize                              = 8388608                                   {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MinInliningThreshold                     = 250                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MinJumpTableSize                         = 10                                  {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MinMetaspaceExpansion                    = 327680                                    {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MinMetaspaceFreeRatio                    = 40                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MinRAMFraction                           = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    double MinRAMPercentage                         = 50.000000                                 {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx MinSurvivorRatio                         = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]    size_t MinTLABSize                              = 2048                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]      intx MultiArrayExpandLimit                    = 6                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.989Z]     uintx NUMAChunkResizeWeight                    = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t NUMAInterleaveGranularity                = 2097152                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]     uintx NUMAPageScanRate                         = 256                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t NUMASpaceResizeRate                      = 1073741824                                {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool NUMAStats                                = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]     ccstr NativeMemoryTracking                     = off                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool NeverActAsServerClassMachine             = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool NeverTenure                              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]     uintx NewRatio                                 = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t NewSize                                  = 1363144                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t NewSizeThreadIncrease                    = 5320                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      intx NmethodSweepActivity                     = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      intx NodeLimitFudgeFactor                     = 2000                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.990Z]     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.990Z]      intx NumberOfLoopInstrToAlign                 = 4                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      intx ObjectAlignmentInBytes                   = 8                              {product lp64_product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t OldPLABSize                              = 1024                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]    size_t OldSize                                  = 5452592                                   {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OmitStackTraceInFastThrow                = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z] ccstrlist OnError                                  =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z] ccstrlist OnOutOfMemoryError                       =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      intx OnStackReplacePercentage                 = 140                                    {pd product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OptimizeFill                             = false                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OptimizePtrCompare                       = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OptimizeStringConcat                     = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OptoBundling                             = false                               {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      intx OptoLoopAlignment                        = 16                                     {pd product} {default}
18:05:46 [2024-02-24T23:05:46.990Z]      bool OptoRegScheduling                        = true                                {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool OptoScheduling                           = false                               {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]     uintx PLABWeight                               = 75                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PSChunkLargeArrays                       = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]       int ParGCArrayScanChunk                      = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]     uintx ParallelGCBufferWastePct                 = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      uint ParallelGCThreads                        = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]    size_t ParallelOldDeadWoodLimiterMean           = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]    size_t ParallelOldDeadWoodLimiterStdDev         = 80                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool ParallelRefProcBalancingEnabled          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool ParallelRefProcEnabled                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PartialPeelAtUnsignedTests               = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PartialPeelLoop                          = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PartialPeelNewPhiDelta                   = 0                                      {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]     uintx PausePadding                             = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerBytecodeRecompilationCutoff           = 200                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerBytecodeTrapLimit                     = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerMethodRecompilationCutoff             = 400                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerMethodTrapLimit                       = 100                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PerfAllowAtExitRegistration              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PerfBypassFileSystemCheck                = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerfDataMemorySize                       = 32768                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerfDataSamplingInterval                 = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]     ccstr PerfDataSaveFile                         =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PerfDataSaveToFile                       = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PerfDisableSharedMem                     = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      intx PerfMaxStringConstLength                 = 1024                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]    size_t PreTouchParallelChunkSize                = 4194304                                {pd product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PreferContainerQuotaForCPUCount          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.991Z]      bool PreferInterpreterNativeStubs             = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      intx PrefetchCopyIntervalInBytes              = 576                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      intx PrefetchFieldsAhead                      = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      intx PrefetchScanIntervalInBytes              = 576                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PreserveAllAnnotations                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PreserveFramePointer                     = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]    size_t PretenureSizeThreshold                   = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintClassHistogram                      = false                                  {manageable} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintCodeCache                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintCodeCacheOnCompilation              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintCommandLineFlags                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintCompilation                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintConcurrentLocks                     = false                                  {manageable} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintExtendedThreadInfo                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintFlagsFinal                          = true                                      {product} {command line}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintFlagsInitial                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintFlagsRanges                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintGC                                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintGCDetails                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintHeapAtSIGBREAK                      = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintSharedArchiveAndExit                = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintSharedDictionary                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintStringTableStatistics               = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintTieredEvents                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintVMOptions                           = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool PrintWarnings                            = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]     uintx ProcessDistributionStride                = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      bool ProfileInterpreter                       = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.992Z]      intx ProfileMaturityPercentage                = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.993Z]     uintx PromotedPadding                          = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]     uintx QueuedAllocationWarningCount             = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]       int RTMRetryCount                            = 5                                    {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RangeCheckElimination                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ReassociateInvariants                    = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RecordDynamicDumpInfo                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ReduceBulkZeroing                        = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ReduceFieldZeroing                       = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ReduceInitialCardMarks                   = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ReduceSignalUsage                        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      intx RefDiscoveryPolicy                       = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RegisterFinalizersAtInit                 = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RelaxAccessControlCheck                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]     ccstr ReplayDataFile                           =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RequireSharedSpaces                      = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ResizePLAB                               = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ResizeTLAB                               = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RestoreMXCSROnJNICalls                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RestrictContended                        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RestrictReservedStack                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RewriteBytecodes                         = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool RewriteFrequentPairs                     = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool SafepointTimeout                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      intx SafepointTimeoutDelay                    = 10000                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool ScavengeBeforeFullGC                     = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.993Z]      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.993Z]      intx SelfDestructTimer                        = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     ccstr SharedArchiveConfigFile                  =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     ccstr SharedArchiveFile                        =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]    size_t SharedBaseAddress                        = 34359738368                               {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     ccstr SharedClassListFile                      =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx SharedSymbolTableBucketSize              = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool ShowCodeDetailsInExceptionMessages       = true                                   {manageable} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool ShowMessageBoxOnError                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool ShrinkHeapInSteps                        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]    size_t SoftMaxHeapSize                          = 6442450944                             {manageable} {ergonomic}
18:05:46 [2024-02-24T23:05:46.994Z]      intx SoftRefLRUPolicyMSPerMB                  = 1000                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool SplitIfBlocks                            = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      intx StackRedPages                            = 1                                      {pd product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      intx StackReservedPages                       = 1                                      {pd product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      intx StackShadowPages                         = 20                                     {pd product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool StackTraceInThrowable                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      intx StackYellowPages                         = 2                                      {pd product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx StartAggressiveSweepingAt                = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool StartAttachListener                      = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     ccstr StartFlightRecording                     =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      uint StringDeduplicationAgeThreshold          = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx StringTableSize                          = 65536                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool SuperWordLoopUnrollAnalysis              = true                                {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool SuperWordReductions                      = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]      bool SuppressFatalErrorMessage                = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx SurvivorPadding                          = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx SurvivorRatio                            = 8                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]    double SweeperThreshold                         = 0.500000                                  {product} {default}
18:05:46 [2024-02-24T23:05:46.994Z]     uintx TLABAllocationWeight                     = 35                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TLABRefillWasteFraction                  = 64                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]    size_t TLABSize                                 = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      bool TLABStats                                = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TLABWasteIncrement                       = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TLABWasteTargetPercent                   = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TargetPLABWastePct                       = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TargetSurvivorRatio                      = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TenuredGenerationSizeIncrement           = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TenuredGenerationSizeSupplement          = 80                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx TenuredGenerationSizeSupplementDecay     = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx ThreadPriorityPolicy                     = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      bool ThreadPriorityVerbose                    = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx ThreadStackSize                          = 1024                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]     uintx ThresholdTolerance                       = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier0BackedgeNotifyFreqLog               = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier0InvokeNotifyFreqLog                 = 7                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier0ProfilingStartPercentage            = 200                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier23InlineeNotifyFreqLog               = 20                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier2BackEdgeThreshold                   = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier2BackedgeNotifyFreqLog               = 14                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier2CompileThreshold                    = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier2InvokeNotifyFreqLog                 = 11                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3BackEdgeThreshold                   = 60000                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3BackedgeNotifyFreqLog               = 13                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3CompileThreshold                    = 2000                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3DelayOff                            = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3DelayOn                             = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3InvocationThreshold                 = 200                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.995Z]      intx Tier3InvokeNotifyFreqLog                 = 10                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier3LoadFeedback                        = 5                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier3MinInvocationThreshold              = 100                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier4BackEdgeThreshold                   = 40000                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier4CompileThreshold                    = 15000                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier4InvocationThreshold                 = 5000                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier4LoadFeedback                        = 3                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx Tier4MinInvocationThreshold              = 600                                       {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool TieredCompilation                        = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TieredCompileTaskTimeout                 = 50                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TieredRateUpdateMaxTime                  = 25                                        {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TieredRateUpdateMinTime                  = 1                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TieredStopAtLevel                        = 4                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool TimeLinearScan                           = false                                  {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]     ccstr TraceJVMTI                               =                                           {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TrackedInitializationLimit               = 50                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool TrapBasedNullChecks                      = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool TrapBasedRangeChecks                     = false                               {C2 pd product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TypeProfileArgsLimit                     = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]     uintx TypeProfileLevel                         = 111                                    {pd product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TypeProfileMajorReceiverPercent          = 90                                     {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TypeProfileParmsLimit                    = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx TypeProfileWidth                         = 2                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx UnguardOnExecutionViolation              = 0                                         {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool UseAES                                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      intx UseAVX                                   = 3                                    {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool UseAdaptiveGenerationSizePolicyAtMajorCollection  = true                             {product} {default}
18:05:46 [2024-02-24T23:05:46.996Z]      bool UseAdaptiveGenerationSizePolicyAtMinorCollection  = true                             {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAdaptiveNUMAChunkSizing               = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAdaptiveSizeDecayMajorGCCost          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAdaptiveSizePolicy                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAdaptiveSizePolicyFootprintGoal       = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAdaptiveSizePolicyWithSystemGC        = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseAddressNop                            = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseBASE64Intrinsics                      = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseBMI1Instructions                      = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseBMI2Instructions                      = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseBiasedLocking                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseBimorphicInlining                     = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCLMUL                                 = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCMoveUnconditionally                  = false                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCodeAging                             = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCodeCacheFlushing                     = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCompiler                              = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCondCardMark                          = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseContainerSupport                      = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCountLeadingZerosInstruction          = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCountTrailingZerosInstruction         = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCountedLoopSafepoints                 = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseCounterDecay                          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseDivMod                                = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseDynamicNumberOfCompilerThreads        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.997Z]      bool UseDynamicNumberOfGCThreads              = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseEmptySlotsInSupers                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseFMA                                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseFPUForSpilling                        = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseFastJNIAccessors                      = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseFastStosb                             = false                                {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseG1GC                                  = true                                      {product} {ergonomic}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseGCOverheadLimit                       = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseHeavyMonitors                         = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseHugeTLBFS                             = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseInlineCaches                          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseInterpreter                           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseJumpTables                            = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLargePages                            = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLinuxPosixThreadCPUClocks             = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLoopCounter                           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLoopInvariantCodeMotion               = true                                   {C1 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseLoopPredicate                         = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseMaximumCompactionOnSystemGC           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseNUMA                                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseNUMAInterleaving                      = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseNewLongLShift                         = false                                {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseNotificationThread                    = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseOnStackReplacement                    = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseOnlyInlinedBimorphic                  = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseOprofile                              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UseOptoBiasInlining                      = false                                  {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.998Z]      bool UsePSAdaptiveSurvivorSizePolicy          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseParallelGC                            = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UsePerfData                              = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UsePopCountInstruction                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseProfiledLoopPredicate                 = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseRTMDeopt                              = false                                {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseRTMLocking                            = false                                {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSHA                                   = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSHM                                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      intx UseSSE                                   = 4                                    {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSSE42Intrinsics                       = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSerialGC                              = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSharedSpaces                          = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseShenandoahGC                          = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSignalChaining                        = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseStoreImmI16                           = false                                {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseStringDeduplication                   = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSubwordForMaxVector                   = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseSuperWord                             = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseTLAB                                  = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseThreadPriorities                      = true                                   {pd product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseTransparentHugePages                  = false                                     {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseTypeProfile                           = true                                      {product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseTypeSpeculation                       = true                                   {C2 product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseUnalignedLoadStores                   = true                                 {ARCH product} {default}
18:05:46 [2024-02-24T23:05:46.999Z]      bool UseVectorCmov                            = false                                  {C2 product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXMMForArrayCopy                       = true                                      {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXMMForObjInit                         = true                                 {ARCH product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXmmI2D                                = false                                {ARCH product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXmmI2F                                = false                                {ARCH product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXmmLoadAndClearUpper                  = true                                 {ARCH product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseXmmRegToRegMoveAll                    = true                                 {ARCH product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool UseZGC                                   = false                                     {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      intx VMThreadPriority                         = -1                                        {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      intx VMThreadStackSize                        = 1024                                   {pd product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      intx ValueMapInitialSize                      = 11                                     {C1 product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      intx ValueMapMaxLoopSize                      = 8                                      {C1 product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      intx ValueSearchLimit                         = 1000                                   {C2 product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool VerifySharedSpaces                       = false                                     {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]     uintx YoungGenerationSizeIncrement             = 20                                        {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]     uintx YoungGenerationSizeSupplement            = 80                                        {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]     uintx YoungGenerationSizeSupplementDecay       = 8                                         {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]    size_t YoungPLABSize                            = 4096                                      {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]    double ZAllocationSpikeTolerance                = 2.000000                                  {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]    double ZCollectionInterval                      = 0.000000                                  {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]    double ZFragmentationLimit                      = 25.000000                                 {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]    size_t ZMarkStackSpaceLimit                     = 8589934592                                {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool ZProactive                               = true                                      {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool ZUncommit                                = true                                      {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]     uintx ZUncommitDelay                           = 300                                       {product} {default}
18:05:47 [2024-02-24T23:05:47.000Z]      bool ZeroTLAB                                 = false                                     {product} {default}
18:05:49 [2024-02-24T23:05:49.516Z] [INFO] Error stacktraces are turned on.
18:05:49 [2024-02-24T23:05:49.516Z] [INFO] Scanning for projects...
18:05:52 [2024-02-24T23:05:52.783Z] [INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
18:05:52 [2024-02-24T23:05:52.783Z] [INFO] Tycho Mode:     extension
18:05:52 [2024-02-24T23:05:52.783Z] [INFO] Tycho Builder:  maven
18:05:52 [2024-02-24T23:05:52.783Z] [INFO] Build Threads:  1
18:05:54 [2024-02-24T23:05:54.150Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.150Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom (2.6 kB at 84 kB/s)
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom (2.6 kB at 183 kB/s)
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.151Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.152Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.152Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom (6.5 kB at 295 kB/s)
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.408Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom (5.1 kB at 254 kB/s)
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom (11 kB at 741 kB/s)
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar
18:05:54 [2024-02-24T23:05:54.409Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar (66 kB at 4.1 MB/s)
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom
18:05:55 [2024-02-24T23:05:55.775Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.pom (1.9 kB at 124 kB/s)
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar
18:05:55 [2024-02-24T23:05:55.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6/tycho-custom-bundle-plugin-4.0.6.jar (16 kB at 1.7 MB/s)
18:05:56 [2024-02-24T23:05:56.032Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.032Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.pom (8.3 kB at 359 kB/s)
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar
18:05:56 [2024-02-24T23:05:56.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.6/tycho-surefire-plugin-4.0.6.jar (130 kB at 7.2 MB/s)
18:05:56 [2024-02-24T23:05:56.034Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.034Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.034Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.pom (6.3 kB at 317 kB/s)
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.290Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.pom (1.7 kB at 62 kB/s)
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/4.0.6/tycho-surefire-4.0.6.pom (3.5 kB at 88 kB/s)
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.291Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.pom (1.9 kB at 52 kB/s)
18:05:56 [2024-02-24T23:05:56.292Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.pom (2.2 kB at 59 kB/s)
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.pom (3.3 kB at 84 kB/s)
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.549Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.550Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.550Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.pom (3.3 kB at 62 kB/s)
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.pom (3.3 kB at 118 kB/s)
18:05:56 [2024-02-24T23:05:56.807Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.pom (3.3 kB at 143 kB/s)
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.808Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.pom (2.9 kB at 95 kB/s)
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:56 [2024-02-24T23:05:56.809Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.pom (3.4 kB at 91 kB/s)
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.066Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.pom (3.5 kB at 253 kB/s)
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.pom (4.0 kB at 94 kB/s)
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.pom (3.5 kB at 169 kB/s)
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.068Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.325Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.pom (4.0 kB at 158 kB/s)
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom
18:05:57 [2024-02-24T23:05:57.326Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.pom (2.1 kB at 41 kB/s)
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom (10 kB at 412 kB/s)
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom (22 kB at 785 kB/s)
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 367 kB/s)
18:05:57 [2024-02-24T23:05:57.585Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom (3.5 kB at 147 kB/s)
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.586Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 109 kB/s)
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 203 kB/s)
18:05:57 [2024-02-24T23:05:57.843Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.843Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.843Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 236 kB/s)
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 262 kB/s)
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.844Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 117 kB/s)
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 341 kB/s)
18:05:57 [2024-02-24T23:05:57.845Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:57 [2024-02-24T23:05:57.846Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:57 [2024-02-24T23:05:57.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:57 [2024-02-24T23:05:57.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:57 [2024-02-24T23:05:57.846Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:57 [2024-02-24T23:05:57.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (2.3 kB at 101 kB/s)
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 178 kB/s)
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.102Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 168 kB/s)
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.1 MB/s)
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.103Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom (6.2 kB at 342 kB/s)
18:05:58 [2024-02-24T23:05:58.104Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.104Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.359Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.359Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.359Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom (5.4 kB at 318 kB/s)
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 73 kB/s)
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.361Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:05:58 [2024-02-24T23:05:58.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.363Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.364Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.365Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.622Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:05:58 [2024-02-24T23:05:58.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.625Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.626Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.627Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:05:58 [2024-02-24T23:05:58.628Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6/org.eclipse.tycho.surefire.osgibooter-4.0.6.jar (2.8 MB at 693 kB/s)
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6/org.eclipse.tycho.surefire.junit-4.0.6.jar (29 kB at 1.7 MB/s)
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6/org.eclipse.tycho.surefire.junit4-4.0.6.jar (41 kB at 1.4 MB/s)
18:06:02 [2024-02-24T23:06:02.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6/org.eclipse.tycho.surefire.junit47-4.0.6.jar (159 kB at 5.1 MB/s)
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6/org.eclipse.tycho.surefire.junit54-4.0.6.jar (593 kB at 15 MB/s)
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6/org.eclipse.tycho.surefire.junit5-4.0.6.jar (401 kB at 8.7 MB/s)
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6/org.eclipse.tycho.surefire.junit55-4.0.6.jar (657 kB at 11 MB/s)
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6/org.eclipse.tycho.surefire.junit56-4.0.6.jar (683 kB at 9.5 MB/s)
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6/org.eclipse.tycho.surefire.junit57-4.0.6.jar (649 kB at 8.9 MB/s)
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6/org.eclipse.tycho.surefire.junit57withvintage-4.0.6.jar (713 kB at 8.6 MB/s)
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6/org.eclipse.tycho.surefire.junit58-4.0.6.jar (730 kB at 8.4 MB/s)
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6/org.eclipse.tycho.surefire.junit58withvintage-4.0.6.jar (796 kB at 8.4 MB/s)
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
18:06:02 [2024-02-24T23:06:02.799Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6/org.eclipse.tycho.surefire.junit59withvintage-4.0.6.jar (830 kB at 7.7 MB/s)
18:06:02 [2024-02-24T23:06:02.800Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6/org.eclipse.tycho.surefire.junit59-4.0.6.jar (763 kB at 1.1 MB/s)
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar (55 kB at 76 kB/s)
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6/org.eclipse.tycho.surefire.testng-4.0.6.jar (96 kB at 124 kB/s)
18:06:03 [2024-02-24T23:06:03.362Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 15 kB/s)
18:06:03 [2024-02-24T23:06:03.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 188 kB/s)
18:06:03 [2024-02-24T23:06:03.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 335 kB/s)
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 65 kB/s)
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 2.6 MB/s)
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:06:03 [2024-02-24T23:06:03.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 27 kB/s)
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 8.6 kB/s)
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 123 kB/s)
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 347 kB/s)
18:06:03 [2024-02-24T23:06:03.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 60 kB/s)
18:06:03 [2024-02-24T23:06:03.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar (198 kB at 205 kB/s)
18:06:03 [2024-02-24T23:06:03.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 24 kB/s)
18:06:03 [2024-02-24T23:06:03.878Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.878Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom (5.3 kB at 532 kB/s)
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:03 [2024-02-24T23:06:03.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:04 [2024-02-24T23:06:04.135Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
18:06:04 [2024-02-24T23:06:04.135Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar (45 kB at 4.5 MB/s)
18:06:04 [2024-02-24T23:06:04.135Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.135Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom (18 kB at 1.8 MB/s)
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar (191 kB at 21 MB/s)
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.137Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.pom (2.4 kB at 42 kB/s)
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6/tycho-p2-repository-plugin-4.0.6.jar (45 kB at 3.0 MB/s)
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.649Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom
18:06:04 [2024-02-24T23:06:04.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.pom (2.4 kB at 90 kB/s)
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6/tycho-document-bundle-plugin-4.0.6.jar (55 kB at 1.3 MB/s)
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.905Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.pom (3.0 kB at 43 kB/s)
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:04 [2024-02-24T23:06:04.906Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.pom (1.8 kB at 29 kB/s)
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.pom (2.4 kB at 61 kB/s)
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.162Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.pom (2.4 kB at 68 kB/s)
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.pom (2.1 kB at 98 kB/s)
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.164Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.164Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom
18:06:05 [2024-02-24T23:06:05.419Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.pom (2.6 kB at 37 kB/s)
18:06:05 [2024-02-24T23:06:05.419Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.pom (2.2 kB at 47 kB/s)
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.420Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom
18:06:05 [2024-02-24T23:06:05.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.pom (2.2 kB at 31 kB/s)
18:06:05 [2024-02-24T23:06:05.421Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.677Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.677Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.677Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.pom (1.6 kB at 60 kB/s)
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 658 kB/s)
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 1.6 MB/s)
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.6 MB/s)
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.679Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 285 kB/s)
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.680Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
18:06:05 [2024-02-24T23:06:05.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 166 kB/s)
18:06:05 [2024-02-24T23:06:05.681Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.681Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.681Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.pom (3.2 kB at 97 kB/s)
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.937Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.pom (2.2 kB at 88 kB/s)
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom
18:06:05 [2024-02-24T23:06:05.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.pom (1.6 kB at 93 kB/s)
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.pom (2.2 kB at 68 kB/s)
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:05 [2024-02-24T23:06:05.939Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:05 [2024-02-24T23:06:05.940Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:05 [2024-02-24T23:06:05.940Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom
18:06:06 [2024-02-24T23:06:06.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.pom (4.5 kB at 113 kB/s)
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.pom (1.8 kB at 56 kB/s)
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.197Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.198Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.199Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar
18:06:06 [2024-02-24T23:06:06.461Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.200/org.eclipse.help.base-4.4.200.jar (451 kB at 8.2 MB/s)
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar
18:06:06 [2024-02-24T23:06:06.462Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.200/org.eclipse.help-3.10.200.jar (281 kB at 5.3 MB/s)
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.200/org.eclipse.core.net-1.5.200.jar (51 kB at 809 kB/s)
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.8.0/lucene-analysis-common-9.8.0.jar (1.9 MB at 17 MB/s)
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar
18:06:06 [2024-02-24T23:06:06.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.200/org.eclipse.e4.core.di-1.9.200.jar (64 kB at 499 kB/s)
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar (3.8 MB at 29 MB/s)
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.400/org.eclipse.e4.core.contexts-1.12.400.jar (58 kB at 433 kB/s)
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar
18:06:06 [2024-02-24T23:06:06.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.8.0/lucene-analysis-smartcn-9.8.0.jar (3.6 MB at 26 MB/s)
18:06:06 [2024-02-24T23:06:06.465Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar
18:06:06 [2024-02-24T23:06:06.465Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.200/org.eclipse.e4.core.di.annotations-1.8.200.jar (14 kB at 96 kB/s)
18:06:06 [2024-02-24T23:06:06.465Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar
18:06:06 [2024-02-24T23:06:06.465Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 78 kB/s)
18:06:06 [2024-02-24T23:06:06.465Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar
18:06:06 [2024-02-24T23:06:06.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.300/org.eclipse.compare.core-3.8.300.jar (71 kB at 435 kB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.200/org.eclipse.e4.core.services-2.4.200.jar (73 kB at 427 kB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.200/org.eclipse.team.core-3.10.200.jar (415 kB at 2.2 MB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.200/org.eclipse.core.filebuffers-3.8.200.jar (120 kB at 640 kB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.200/org.eclipse.ant.core-3.7.200.jar (112 kB at 552 kB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.200/org.eclipse.pde.build-3.12.200.jar (520 kB at 2.5 MB/s)
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:06 [2024-02-24T23:06:06.749Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:07 [2024-02-24T23:06:07.039Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom (22 kB at 1.7 MB/s)
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 490 kB/s)
18:06:07 [2024-02-24T23:06:07.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
18:06:07 [2024-02-24T23:06:07.041Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar (510 kB at 39 MB/s)
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.pom (3.9 kB at 118 kB/s)
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.297Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.16/jetty-project-10.0.16.pom (100 kB at 1.7 MB/s)
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom (18 kB at 734 kB/s)
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.298Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom (16 kB at 1.0 MB/s)
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.555Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 4.1 MB/s)
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom (17 kB at 972 kB/s)
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
18:06:07 [2024-02-24T23:06:07.556Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 851 kB/s)
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.4 MB/s)
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.557Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.813Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.813Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.813Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.813Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
18:06:07 [2024-02-24T23:06:07.813Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 170 kB/s)
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.0/testcontainers-bom-1.19.0.pom (8.7 kB at 963 kB/s)
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.815Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar
18:06:07 [2024-02-24T23:06:07.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jspc-maven-plugin/10.0.16/jetty-jspc-maven-plugin-10.0.16.jar (27 kB at 272 kB/s)
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.071Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.pom (3.2 kB at 145 kB/s)
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6/tycho-p2-director-plugin-4.0.6.jar (60 kB at 1.6 MB/s)
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.072Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom (1.6 kB at 113 kB/s)
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 398 kB/s)
18:06:08 [2024-02-24T23:06:08.074Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 2.0 MB/s)
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
18:06:08 [2024-02-24T23:06:08.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 97 MB/s)
18:06:08 [2024-02-24T23:06:08.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar
18:06:08 [2024-02-24T23:06:08.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0-sources.jar (906 kB at 14 MB/s)
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.pom (2.2 kB at 42 kB/s)
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.844Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.845Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.845Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar
18:06:08 [2024-02-24T23:06:08.845Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6/tycho-p2-publisher-plugin-4.0.6.jar (31 kB at 897 kB/s)
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom (8.5 kB at 257 kB/s)
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.408Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.409Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.409Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.409Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.409Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom (36 kB at 497 kB/s)
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.665Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar (65 kB at 1.6 MB/s)
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.666Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom
18:06:09 [2024-02-24T23:06:09.922Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.pom (4.2 kB at 137 kB/s)
18:06:09 [2024-02-24T23:06:09.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/6.3.1/bnd-maven-plugin-6.3.1.jar (34 kB at 914 kB/s)
18:06:09 [2024-02-24T23:06:09.923Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.pom (2.5 kB at 277 kB/s)
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.4.3/eclipse-winsigner-plugin-1.4.3.jar (31 kB at 3.1 MB/s)
18:06:10 [2024-02-24T23:06:10.179Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.pom (2.5 kB at 276 kB/s)
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.180Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-macsigner-plugin/1.4.3/eclipse-macsigner-plugin-1.4.3.jar (32 kB at 4.5 MB/s)
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.pom (1.6 kB at 200 kB/s)
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.181Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.4.3/eclipse-dmg-packager-1.4.3.jar (22 kB at 2.7 MB/s)
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.pom
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.pom (1.8 kB at 109 kB/s)
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.jar
18:06:10 [2024-02-24T23:06:10.182Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.4.3/eclipse-cbi-plugin-1.4.3.jar (30 kB at 2.8 MB/s)
18:06:10 [2024-02-24T23:06:10.183Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.183Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.438Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.438Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.438Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.3/tycho-core-4.0.3.pom (9.7 kB at 190 kB/s)
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.3/tycho-4.0.3.pom (20 kB at 632 kB/s)
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom (2.9 kB at 238 kB/s)
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom (22 kB at 2.5 MB/s)
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.440Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.441Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.441Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.441Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.441Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom
18:06:10 [2024-02-24T23:06:10.696Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom (2.7 kB at 335 kB/s)
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (6.1 kB at 763 kB/s)
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom (28 kB at 2.6 MB/s)
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.697Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 1.5 MB/s)
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom (22 kB at 2.4 MB/s)
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 4.7 MB/s)
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.699Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.954Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.954Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.954Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 27 kB/s)
18:06:10 [2024-02-24T23:06:10.954Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 1.1 MB/s)
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 410 kB/s)
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.955Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.956Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
18:06:10 [2024-02-24T23:06:10.956Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 174 kB/s)
18:06:10 [2024-02-24T23:06:10.956Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:10 [2024-02-24T23:06:10.956Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:11 [2024-02-24T23:06:11.212Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:11 [2024-02-24T23:06:11.212Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:11 [2024-02-24T23:06:11.212Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:11 [2024-02-24T23:06:11.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 14 kB/s)
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.pom (2.5 kB at 58 kB/s)
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.3/sisu-osgi-4.0.3.pom (1.1 kB at 17 kB/s)
18:06:11 [2024-02-24T23:06:11.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.pom (1.7 kB at 26 kB/s)
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom (1.3 kB at 145 kB/s)
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom (2.8 kB at 311 kB/s)
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom (2.2 kB at 278 kB/s)
18:06:11 [2024-02-24T23:06:11.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.728Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.728Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.728Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.728Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom
18:06:11 [2024-02-24T23:06:11.984Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.pom (3.1 kB at 154 kB/s)
18:06:11 [2024-02-24T23:06:11.984Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom (3.6 kB at 324 kB/s)
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom (2.8 kB at 356 kB/s)
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.pom (951 B at 15 kB/s)
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:11 [2024-02-24T23:06:11.986Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:11 [2024-02-24T23:06:11.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:11 [2024-02-24T23:06:11.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:11 [2024-02-24T23:06:11.987Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
18:06:12 [2024-02-24T23:06:12.242Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 846 kB/s)
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.0 MB/s)
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
18:06:12 [2024-02-24T23:06:12.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 7.6 MB/s)
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 96 kB/s)
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 604 kB/s)
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.8 MB/s)
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.245Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.246Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.502Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.3/tycho-metadata-model-4.0.3.pom (2.0 kB at 75 kB/s)
18:06:12 [2024-02-24T23:06:12.502Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.502Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom (5.1 kB at 187 kB/s)
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom (2.7 kB at 140 kB/s)
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom (5.2 kB at 107 kB/s)
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.760Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.pom (2.4 kB at 46 kB/s)
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.pom (7.7 kB at 295 kB/s)
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.761Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.pom (3.2 kB at 245 kB/s)
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom (1.5 kB at 140 kB/s)
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.762Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom (1.6 kB at 162 kB/s)
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:12 [2024-02-24T23:06:12.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 19 kB/s)
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.019Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.pom (3.9 kB at 263 kB/s)
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom (2.0 kB at 222 kB/s)
18:06:13 [2024-02-24T23:06:13.020Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom (2.4 kB at 305 kB/s)
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.022Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.277Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.pom (3.5 kB at 106 kB/s)
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.pom (1.6 kB at 42 kB/s)
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.pom (3.2 kB at 154 kB/s)
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.pom (4.5 kB at 251 kB/s)
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom (1.7 kB at 192 kB/s)
18:06:13 [2024-02-24T23:06:13.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.536Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.536Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.536Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.536Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom (15 kB at 1.5 MB/s)
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 2.2 MB/s)
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom (24 kB at 1.3 MB/s)
18:06:13 [2024-02-24T23:06:13.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 6.3 MB/s)
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 2.0 MB/s)
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.539Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.539Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.pom (1.3 kB at 42 kB/s)
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom
18:06:13 [2024-02-24T23:06:13.795Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.pom (1.7 kB at 43 kB/s)
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom (2.6 kB at 232 kB/s)
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.796Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom (2.4 kB at 301 kB/s)
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom (1.6 kB at 99 kB/s)
18:06:13 [2024-02-24T23:06:13.797Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:13 [2024-02-24T23:06:13.798Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:13 [2024-02-24T23:06:13.798Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom (2.0 kB at 221 kB/s)
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.054Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom (1.3 kB at 146 kB/s)
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.058Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:14 [2024-02-24T23:06:14.059Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:14 [2024-02-24T23:06:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.065Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:14 [2024-02-24T23:06:14.065Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.326Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:14 [2024-02-24T23:06:14.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.333Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.334Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.339Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.341Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:14 [2024-02-24T23:06:14.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:14 [2024-02-24T23:06:14.599Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.599Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar (195 kB at 18 MB/s)
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar (158 kB at 8.3 MB/s)
18:06:14 [2024-02-24T23:06:14.600Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 51 MB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 9.0 MB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 406 kB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 990 kB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 51 kB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.3/sisu-equinox-launching-4.0.3.jar (23 kB at 272 kB/s)
18:06:14 [2024-02-24T23:06:14.601Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 68 MB/s)
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.3/tycho-api-4.0.3.jar (44 kB at 488 kB/s)
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar (1.5 MB at 15 MB/s)
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar (450 kB at 3.8 MB/s)
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar (1.1 MB at 6.4 MB/s)
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.3/tycho-spi-4.0.3.jar (25 kB at 134 kB/s)
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.8.100/org.eclipse.equinox.p2.publisher-1.8.100.jar (106 kB at 564 kB/s)
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.3/sisu-osgi-api-4.0.3.jar (8.8 kB at 46 kB/s)
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.3/p2-maven-plugin-4.0.3.jar (229 kB at 1.2 MB/s)
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.jar (176 kB at 918 kB/s)
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:14 [2024-02-24T23:06:14.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.100/org.eclipse.equinox.p2.director-2.6.100.jar (116 kB at 576 kB/s)
18:06:14 [2024-02-24T23:06:14.604Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar
18:06:14 [2024-02-24T23:06:14.604Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.jar (242 kB at 1.1 MB/s)
18:06:14 [2024-02-24T23:06:14.604Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
18:06:14 [2024-02-24T23:06:14.604Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.jar (189 kB at 798 kB/s)
18:06:14 [2024-02-24T23:06:14.604Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.860Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.jar (374 kB at 1.5 MB/s)
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar (257 kB at 985 kB/s)
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-1.4.0.jar (119 kB at 416 kB/s)
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 28 MB/s)
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.5.100/org.eclipse.equinox.p2.publisher.eclipse-1.5.100.jar (255 kB at 860 kB/s)
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.jar (40 kB at 135 kB/s)
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar (140 kB at 470 kB/s)
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.jar (141 kB at 328 kB/s)
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.100/org.eclipse.equinox.p2.updatesite-1.3.100.jar (106 kB at 247 kB/s)
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar (27 kB at 62 kB/s)
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar
18:06:14 [2024-02-24T23:06:14.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.100/org.eclipse.equinox.p2.repository.tools-2.4.100.jar (264 kB at 590 kB/s)
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.100/org.eclipse.equinox.p2.director.app-1.3.100.jar (63 kB at 141 kB/s)
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar (50 kB at 112 kB/s)
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar (94 kB at 207 kB/s)
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar (403 kB at 872 kB/s)
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.jar (30 kB at 64 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.jar (73 kB at 158 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar (80 kB at 166 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar (316 kB at 658 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.3/sisu-osgi-connect-4.0.3.jar (41 kB at 86 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar (154 kB at 309 kB/s)
18:06:14 [2024-02-24T23:06:14.864Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
18:06:15 [2024-02-24T23:06:15.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar (118 kB at 237 kB/s)
18:06:15 [2024-02-24T23:06:15.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
18:06:15 [2024-02-24T23:06:15.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.3/tycho-targetplatform-4.0.3.jar (47 kB at 94 kB/s)
18:06:15 [2024-02-24T23:06:15.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
18:06:15 [2024-02-24T23:06:15.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (65 kB at 127 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 959 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar (203 kB at 387 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar (429 kB at 811 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.3/tycho-p2-4.0.3.jar (3.2 kB at 5.8 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar (105 kB at 188 kB/s)
18:06:15 [2024-02-24T23:06:15.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar
18:06:15 [2024-02-24T23:06:15.122Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar (97 kB at 174 kB/s)
18:06:15 [2024-02-24T23:06:15.122Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar (922 kB at 1.6 MB/s)
18:06:15 [2024-02-24T23:06:15.122Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar (74 kB at 125 kB/s)
18:06:15 [2024-02-24T23:06:15.122Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.jar (4.2 MB at 6.9 MB/s)
18:06:15 [2024-02-24T23:06:15.122Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.jar (3.2 MB at 5.2 MB/s)
18:06:15 [2024-02-24T23:06:15.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.378Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.378Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom (15 kB at 1.5 MB/s)
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar (236 kB at 24 MB/s)
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.pom (2.1 kB at 53 kB/s)
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar
18:06:15 [2024-02-24T23:06:15.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-gpg-plugin/4.0.6/tycho-gpg-plugin-4.0.6.jar (36 kB at 1.2 MB/s)
18:06:15 [2024-02-24T23:06:15.381Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 1.0 MB/s)
18:06:15 [2024-02-24T23:06:15.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
18:06:15 [2024-02-24T23:06:15.639Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.1 MB/s)
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 2.6 MB/s)
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.640Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 5.1 MB/s)
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.641Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 5.4 MB/s)
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.642Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 1.6 MB/s)
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.643Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 2.6 MB/s)
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.644Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 1.2 MB/s)
18:06:15 [2024-02-24T23:06:15.645Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.645Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.645Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.645Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 7.8 MB/s)
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s)
18:06:15 [2024-02-24T23:06:15.902Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s)
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:15 [2024-02-24T23:06:15.903Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 8.4 MB/s)
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 2.7 MB/s)
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:15 [2024-02-24T23:06:15.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 11 MB/s)
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 5.0 MB/s)
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.905Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 4.6 MB/s)
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:15 [2024-02-24T23:06:15.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:16 [2024-02-24T23:06:16.162Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 21 MB/s)
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 2.7 MB/s)
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 5.9 MB/s)
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 164 kB/s)
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.164Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s)
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:16 [2024-02-24T23:06:16.165Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 4.2 MB/s)
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s)
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.166Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.167Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.168Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.169Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.169Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.425Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.426Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 7.3 MB/s)
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
18:06:16 [2024-02-24T23:06:16.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 31 MB/s)
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 67 MB/s)
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 52 MB/s)
18:06:16 [2024-02-24T23:06:16.429Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 17 MB/s)
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 16 MB/s)
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 1.3 MB/s)
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (53 kB at 4.4 MB/s)
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 1.1 MB/s)
18:06:16 [2024-02-24T23:06:16.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 5.3 MB/s)
18:06:17 [2024-02-24T23:06:17.358Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom (9.7 kB at 359 kB/s)
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
18:06:17 [2024-02-24T23:06:17.359Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar (83 kB at 6.4 MB/s)
18:06:17 [2024-02-24T23:06:17.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.360Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.617Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 892 kB/s)
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.618Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.pom (24 kB at 771 kB/s)
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
18:06:17 [2024-02-24T23:06:17.619Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 7.3 MB/s)
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 11 MB/s)
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 204 kB/s)
18:06:17 [2024-02-24T23:06:17.620Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 900 kB/s)
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.8 MB/s)
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/25/apache-25.pom
18:06:17 [2024-02-24T23:06:17.621Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.9 MB/s)
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.2 MB/s)
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar (515 kB at 6.4 MB/s)
18:06:17 [2024-02-24T23:06:17.622Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 520 kB/s)
18:06:17 [2024-02-24T23:06:17.878Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 990 kB/s)
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.7 MB/s)
18:06:17 [2024-02-24T23:06:17.879Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
18:06:17 [2024-02-24T23:06:17.880Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.7 MB/s)
18:06:19 [2024-02-24T23:06:19.771Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.31.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
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] ------------------------------------------------------------------------
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] Reactor Build Order:
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] eclipse-platform-parent                                            [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] eclipse jdt                                                        [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] parent                                                             [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] org.eclipse.osgi                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] [bundle] Common Eclipse Runtime                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] eclipse.platform                                                   [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] eclipse.platform.runtime                                           [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] [bundle] Eclipse Jobs Mechanism                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.771Z] [INFO] [bundle] Extension Registry Support                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Bidirectional Text Support                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] eclipse.platform.ui                                                [pom]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Commands                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] eclipse.platform.swt                                               [pom]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] org.eclipse.swt                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] eclipse.platform.swt.binaries                                      [pom]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for Windows            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa)   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] JFace                                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Preferences Mechanism                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Content Mechanism                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Equinox Application Container                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Core Runtime                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse CSS Core Support                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse CSS SWT Support                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Dependency Injection Annotations       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Dependency Injection                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Dependency Injection Extensions        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] OSGi service http APIs                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] OSGi Release 4.2.0 Services                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Contexts                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Application Services                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Event Admin                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse UI Dependency Injection                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse UI Application Services                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Expression Language                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse e4 core commands                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Model Xpath                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse Workbench Model                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse e4 Workbench                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] JFace Data Binding Observables                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] JFace Data Binding Properties                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] JFace Data Binding                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse CSS SWT Theme Support                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Bundle for Workbench APIs available in e4      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse UI Custom widgets                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] Eclipse URI Scheme Handling                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.772Z] [INFO] [bundle] JFace Data Binding for SWT and JFace           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse Bindings Support                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse e4 dialogs                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse e4 Workbench SWT                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] eclipse.platform.ua                                                [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.help                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse Workbench                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse UI                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Http Services Servlet                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Jetty Http Service                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.equinox.security                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] eclipse.platform.team                                              [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Internet Connection Management                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] eclipse.platform.debug                                             [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Core Variables                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Ant Build Tool Core                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.help.base                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Eclipse Forms                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.ui.intro                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Help System UI                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.ui.cheatsheets                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org eclipse jdt                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] eclipse.platform.resources                                         [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Core File Systems                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] eclipse.jdt.core                                                   [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.jdt.core.compiler.batch                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Text                                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Core Resource Management                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Core Compare Support                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Team Support Core                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] JFace Text                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Debug Core                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Text Editor Framework                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Console                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] File Buffers                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] rt.equinox.p2                                                      [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Core                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Metadata                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Repository                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Metadata Repository       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning JAR Processor             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Equinox Provisioning Engine                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] E4 IDE UI                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.773Z] [INFO] [bundle] Common Navigator View                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Views                                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Eclipse IDE UI                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Default Text Editor                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Debug UI                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Refactoring Core                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Search Support Core                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Compare Support                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Team Support UI                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Refactoring UI                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Search Support                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Tabbed Properties View                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Navigator Workbench Components                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] eclipse.jdt.debug                                                  [pom]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] JDI Debug Model                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] eclipse.jdt.ui                                                     [pom]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Code Manipulation Functionality           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] eclipse.platform.common                                            [pom]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.doc.user                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.junit.runtime                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Annotation Processing Core                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Compiler Apt IDE                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Development Tools Formatter Application   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.junit5.runtime                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Annotation Processing UI                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Simple Configurator                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Install/Update Configurator                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Equinox Concurrent API                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.platform.doc.isv                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] External Tools Headless Support                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Equinox Framework Admin                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Equinox Framework Admin for Equinox            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Simple Configurator Manipulator                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Development Tools JUnit core support      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Java Development Tools JUnit support           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.doc.isv                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Ant Launching Support                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.junit4.runtime                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] External Tools                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Ant UI                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] org eclipse jdt feature                                [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.774Z] [INFO] [bundle] Equinox Launcher                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.platform.releng                                            [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.test.performance                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Eclipse IDE UI Application                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.core.tests.compiler                [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.compiler.tool.tests                [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.core.tests.builder                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.compiler.apt.tests                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.core.tests.model                   [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.core.tests.performance             [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.apt.pluggable.tests                [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.apt.tests                          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.jdt.core.binaries                                          [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.core.tests.binaries                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [aggregator] tests                                                 [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [test-bundle] File Buffers Test Plug-in            [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [test-bundle] Text Test Plug-in                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [test-bundle] JFace Text Test Plug-in              [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] AST View Plug-in                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Java Element View Plug-in                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.bcoview                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.pde                                                        [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.pde.ui                                                     [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] PDE JUnit Runtime Support                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [aggregator] tests                                                 [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Eclipse Core Tests Harness                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.tests                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.text.tests                         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.tests.refactoring               [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject                             [jar]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.examples.projects                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Debug Unit Test support                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.unittest.junit                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature              [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [feature] Java AST View                                [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [feature] Java Element View                            [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [feature] Bytecode Outline View                        [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.pde.apitools                                               [pom]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Equinox Provisioning Director                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Equinox Provisioning Repository Tools          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.775Z] [INFO] eclipse.pde.build                                                  [pom]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Plug-in Development Environment Build Support  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Garbage Collector         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE Core                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] API Tools                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE API Tools Annotations                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Operations API            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Generic UI components related to BND           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Security Default UI                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Eclipse e4 Progress View                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Directory Watcher         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning UI Support                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Log View                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE Launching Support                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Generic and Extensible Text Editor             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] eclipse.pde.ds                                                     [pom]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE DS Core                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE UI                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Target definition generic editor extension     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE Runtime                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] JSch Core                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Eclipse Platform                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.pde.ui.tests                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] API Tools UI                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.pde.api.tools.tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [test-bundle] PDE DS Tests                         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE DS UI                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Declarative Services Annotations Support       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] eclipse.pde.ua                                                     [pom]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE UA Core                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE UA UI                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] PDE Templates                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.pde                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.pde.doc.user                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [aggregator] features                                              [pom]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [feature] Eclipse Plug-in Development Environment      [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Browser Support                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] JSch UI                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Diff Extension for Generic Editor              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.equinox.security.win32.x86_64               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.equinox.security.linux                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] org.eclipse.equinox.security.macosx                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning Console                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.776Z] [INFO] [bundle] Equinox Provisioning ECF based Transport       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [aggregator] features                                              [pom]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [feature] Equinox p2, headless functionalities         [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Drop-in                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Director Application      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [feature] Equinox p2, backward compatibility support   [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Import and Export         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Update Checker            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Provisioning Platform Update Support   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [feature] Equinox p2, Provisioning for IDEs.           [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse SDK Themes                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.resources.win32.x86_64                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.filesystem.win32.x86_64                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse UI Win32 Enhancements                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.net.linux                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.filesystem.macosx                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Debug UI Launch Configuration View             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] UI Freeze Monitoring                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.platform.doc.user                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.compare.win32                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Http Service Registry Extensions               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Jasper Jsp Support Bundle                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.help.webapp                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.help.feature                               [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.filesystem.linux.x86_64                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.filesystem.linux.aarch64               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.net.win32                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.net.win32.x86_64                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Universal Welcome                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Quicklinks for the Welcome Framework           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Quick Search                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] org.eclipse.rcp                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] JFace Data Binding for JavaBeans               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Console plug-in                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Notification API                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse UI GTK Enhancements                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.777Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [aggregator] features                                              [pom]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse 4 Rich Client Platform               [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.rcp.feature                                [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Internet Connection Management UI              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.platform.feature                           [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.pde.ua.tests                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.pde.junit.runtime.tests                [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Spy Core plug-in                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Bundle Spy                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Event Spy                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] CSS Spy                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] eclipse.pde.e4tools                                                [pom]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Services                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.e4.tools.emf.ui                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Model Spy                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Context Spy                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Preference Spy                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Layout Spy                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.pde.ui.templates.tests                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.pde.genericeditor.extension.tests      [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Plug-in Development Unit Test support          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Tools                                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Compat                                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Persistence Model                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Perspective migrate compatibility Util         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Editor3x                                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] e4 JDT code templates                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Harness Plug-in                      [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.e4.tools.persistence.tests             [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [aggregator] tests                                                 [pom]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Test                                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] org.eclipse.pde.build.tests                        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse e4 Tools                             [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse Persistence                          [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Ant Core Test Plugin                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Ant UI Test Plugin                   [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Eclipse Project SDK                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [bundle] Core Tools                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [aggregator] features                                              [pom]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Equinox Core Function                        [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [feature] Eclipse Core Runtime Infrastructure          [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Content-Types Tests                  [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.778Z] [INFO] [test-bundle] Expression Language Tests            [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [test-bundle] Eclipse Core Tests Runtime           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.e4.core.javax.tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.e4.core.tests                          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] eclipse.platform.team.tests                                        [pom]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] eclipse.platform.resources.tests                                   [pom]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.core.tests.resources                   [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [test-bundle] Compare Tests                        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.core.tests.net                         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.jsch.tests                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.team.tests.core                        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.compare.examples                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.compare.examples.xml                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.team.examples.filesystem                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Core Resource Management Spy Support Fragment  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.core.tools.resources                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] eclipse.platform.resources.examples                                [pom]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Efs Examples Plug-in                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Save Participant 3                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Save Participant 1                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Save Participant 2                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.core.tests.resources.saveparticipant   [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Example Debug Core Plug-in                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Sample Memory View Plugin                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Mixed-mode Launching Example                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Example Debug UI Plug-in                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [test-bundle] Debug Test Plugin                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [feature] Jetty Http Server Feature                    [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.ua.tests                               [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.ua.tests.doc                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.ui.intro.quicklinks.examples                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.ui.intro.solstice.examples                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Tip of the Day core plugin                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Tip of the Day UI                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Tip of the Day Json Provider                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] IDE Enablement for Tip of the Day              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] org.eclipse.tips.feature                               [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [test-bundle] Tip of the Day Tests                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] infocenter-parent                                                  [pom]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Servletbridge                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] [bundle] Servletbridge Http Service                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] infocenter-product                                  [eclipse-repository]
18:06:19 [2024-02-24T23:06:19.779Z] [INFO] infocenter-app                                                     [war]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Eclipse e4 core commands tests       [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] XPathTest Model                      [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] UI Bindings Tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] TestModel Model                      [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] e4 css core tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] e4 css swt tests (Incubation)        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Jface tests                          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] eclipse.platform.ui.examples                                       [pom]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] JFace Data Binding Examples                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] JFace Data Binding Tests             [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Jface notifications tests            [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Refactoring Core Test Plug-in        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Refactoring UI Test Plug-in          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Search Support Tests Plug-in         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Editors Test Plug-in                 [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in   [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Generic Editor Test Plug-in          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests     [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] UI Freeze Monitoring Tests           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Eclipse UI Tests                     [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Plugin.name                          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Forms Test                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Common Navigator Tests               [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Performance Plug-in                  [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Pluginchecks                         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Eclipse RCP Tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [test-bundle] Tabbed Properties View Tests         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] CSS bridge demo                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] e4 Progress Examples Plug-in                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] JFace Snippets Plug-in                         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] CodeMinig Examples                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Services Snippets (Incubation)                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Command Contribution Examples                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Field Assist Example                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] JFace Text Example                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Progress Examples Plug-in                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] pluginName                                     [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Multi-Page Editor Example                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Common Navigator Examples                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Example for a Perspective                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] User File Editor                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.780Z] [INFO] [bundle] Readme File Editing Tool                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Undo Example                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Tabbed Properties View Article Example         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Examples of Eclipse Forms                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Examples for Generic Editor                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] org.eclipse.platform.doc.tips                           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Tools Base                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Tools Spy                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Tools                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [aggregator] bundles                                               [pom]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] org.eclipse.swt.fragments.localbuild                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Standalone Examples Plugin                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Browser Demos Plugin                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Launcher Example Plugin                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] org.eclipse.swt.examples.ole.win32                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SWT Views Example Plugin                       [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] org.eclipse.swt.tests                              [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [feature] SWT Tools                                    [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk          [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Configuration Admin                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Device Access Service                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Coordinator                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Meta Type                                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] User Admin Service                             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [feature] Equinox Compendium SDK                       [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Supplemental Equinox Functionality             [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Log Stream Provider                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] XSLT Transform Provider                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] J9 CachingService Plug-in                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Console ssh support plug-in                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] SSHD Fragment                                  [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Transformer Hook Framework Extension           [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Region Digraph                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [feature] Equinox Core SDK                             [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] org.eclipse.equinox.executable                         [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [feature] Core Server Feature                          [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [feature] Equinox Target Components                    [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] BiDi tests                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Test Plug-in                         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Common Eclipse Runtime Tests         [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Declarative Services Tests           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Preferences Tests                    [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Equinox security tests               [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Ssh Tests                            [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] Console tests                        [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.781Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.osgi.tests                             [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [test-bundle] Test Plug-in for Framework Admin     [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Equinox Provisioning Discovery                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Equinox Provisioning Discovery                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Equinox Provisioning Installer                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Test Install Verifier                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Equinox Provisioning Discovery UI              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [feature] Equinox p2, Discovery UI support             [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.equinox.p2.tests                       [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] p2 Admin UI                                    [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation)         [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [feature] p2 Server Feature                            [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [feature] Equinox p2, SDK                              [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.equinox.p2.examples                                    [pom]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] RCP Mail (Cloud Update Example)                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Prestartupdate                                 [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Sdkbundlevisibility                            [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] Sdknoautoupdates                               [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [bundle] RCP Mail (SDK UI)                              [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.ant.optional.junit                          [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.releng.tests                           [eclipse-test-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.sdk.examples                                [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.sdk.tests                                   [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.test                                        [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.test.performance.win32                      [eclipse-plugin]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.sdk.feature                                [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.sdk.examples.feature                       [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.test.feature                               [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.sdk.tests.feature                          [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder                        [pom]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] [feature] Eclipse Product Configuration                [eclipse-feature]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] org.eclipse.rt.osgistarterkit.product               [eclipse-repository]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] equinox-sdk                                         [eclipse-repository]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] eclipse-junit-tests                                 [eclipse-repository]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] eclipse.platform.repository                         [eclipse-repository]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] platform-aggregator                                                [pom]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] Building eclipse-platform-parent 4.31.0-SNAPSHOT                 [1/521]
18:06:19 [2024-02-24T23:06:19.782Z] [INFO]   from eclipse-platform-parent/pom.xml
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.782Z] [INFO] Copying 1 resource from saveproperties to target
18:06:19 [2024-02-24T23:06:19.783Z] [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
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse-platform-parent/src/main/resources
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] Execution was skipped
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] 
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-platform-parent ---
18:06:19 [2024-02-24T23:06:19.783Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.039Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.039Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.039Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.039Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom (2.0 kB at 105 kB/s)
18:06:20 [2024-02-24T23:06:20.039Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (13 kB at 535 kB/s)
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
18:06:20 [2024-02-24T23:06:20.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (20 kB at 1.1 MB/s)
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 1.1 MB/s)
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 4.3 MB/s)
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 2.4 MB/s)
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.298Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.298Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
18:06:20 [2024-02-24T23:06:20.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom (2.1 kB at 161 kB/s)
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom (1.8 kB at 68 kB/s)
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.299Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom (13 kB at 854 kB/s)
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 122 kB/s)
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.300Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.301Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.301Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom
18:06:20 [2024-02-24T23:06:20.301Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom (2.5 kB at 150 kB/s)
18:06:20 [2024-02-24T23:06:20.301Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom (2.9 kB at 80 kB/s)
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom (2.7 kB at 97 kB/s)
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.557Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom (2.3 kB at 75 kB/s)
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 204 kB/s)
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.558Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.2 MB/s)
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 125 kB/s)
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.4 MB/s)
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 736 kB/s)
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.5 MB/s)
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:20 [2024-02-24T23:06:20.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 621 kB/s)
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.074Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.3 MB/s)
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom (5.1 kB at 571 kB/s)
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.077Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.078Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar (66 kB at 4.4 MB/s)
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar
18:06:21 [2024-02-24T23:06:21.080Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.080Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar (31 kB at 1.9 MB/s)
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (3.0 MB at 69 MB/s)
18:06:21 [2024-02-24T23:06:21.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 2.3 MB/s)
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 1.1 MB/s)
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 10.0 MB/s)
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 16 MB/s)
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar (47 kB at 3.0 MB/s)
18:06:21 [2024-02-24T23:06:21.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar (224 kB at 12 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 1.1 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 14 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 332 kB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 11 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar (17 kB at 526 kB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 21 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 8.0 MB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 907 kB/s)
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse-platform-parent ---
18:06:21 [2024-02-24T23:06:21.340Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT                     [2/521]
18:06:21 [2024-02-24T23:06:21.341Z] [INFO]   from eclipse.platform.releng.prereqs.sdk/pom.xml
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/saveproperties
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/src/main/resources
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] Execution was skipped
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >-----------------------
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] Building eclipse jdt 4.31.0-SNAPSHOT                             [3/521]
18:06:21 [2024-02-24T23:06:21.341Z] [INFO]   from eclipse.jdt/pom.xml
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt/saveproperties
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt/src/main/resources
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] Execution was skipped
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.jdt ---
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] ---------------------< org.eclipse.equinox:parent >---------------------
18:06:21 [2024-02-24T23:06:21.341Z] [INFO] Building parent 4.31.0-SNAPSHOT                                  [4/521]
18:06:21 [2024-02-24T23:06:21.342Z] [INFO]   from equinox/pom.xml
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- clean:3.3.2:clean (default-clean) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/saveproperties
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/src/main/resources
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] Execution was skipped
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ parent ---
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] 
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] Building org.eclipse.osgi 3.19.0-SNAPSHOT                        [5/521]
18:06:21 [2024-02-24T23:06:21.342Z] [INFO]   from equinox/bundles/org.eclipse.osgi/pom.xml
18:06:21 [2024-02-24T23:06:21.342Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:22 [2024-02-24T23:06:22.710Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:06:22 [2024-02-24T23:06:22.710Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]     Transport mode:         online
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]     Http Transport type:    Java11Client
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]     Update mode:            cache first
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]     Minimum cache duration: 60 minutes
18:06:22 [2024-02-24T23:06:22.710Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
18:06:23 [2024-02-24T23:06:23.276Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:27 [2024-02-24T23:06:27.448Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:27 [2024-02-24T23:06:27.704Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:28 [2024-02-24T23:06:28.265Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:28 [2024-02-24T23:06:28.267Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:28 [2024-02-24T23:06:28.524Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:28 [2024-02-24T23:06:28.780Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:28 [2024-02-24T23:06:28.781Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:29 [2024-02-24T23:06:29.037Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:06:29 [2024-02-24T23:06:29.294Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:06:29 [2024-02-24T23:06:29.551Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.551Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.551Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.551Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] The project's OSGi version is 3.19.0.v20240213-1246
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/saveproperties
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] 
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi ---
18:06:29 [2024-02-24T23:06:29.807Z] [INFO] Resolving class path of org.eclipse.osgi
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] 
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi ---
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/src/main/resources
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] 
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi ---
18:06:30 [2024-02-24T23:06:30.063Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/src/main/resources
18:06:30 [2024-02-24T23:06:30.064Z] [INFO] 
18:06:30 [2024-02-24T23:06:30.064Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi ---
18:06:30 [2024-02-24T23:06:30.064Z] [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:06:34 [2024-02-24T23:06:34.234Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[48] 
18:06:34 [2024-02-24T23:06:34.234Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:06:34 [2024-02-24T23:06:34.234Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:34 [2024-02-24T23:06:34.234Z] The type PackageAdmin is deprecated
18:06:34 [2024-02-24T23:06:34.234Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[51] 
18:06:34 [2024-02-24T23:06:34.234Z] 	import org.osgi.service.startlevel.StartLevel;
18:06:34 [2024-02-24T23:06:34.234Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:34 [2024-02-24T23:06:34.234Z] The type StartLevel is deprecated
18:06:34 [2024-02-24T23:06:34.234Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java:[857] 
18:06:34 [2024-02-24T23:06:34.234Z] 	if (HostNamespace.EXTENSION_BOOTCLASSPATH
18:06:34 [2024-02-24T23:06:34.234Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^
18:06:34 [2024-02-24T23:06:34.234Z] The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated
18:06:34 [2024-02-24T23:06:34.234Z] 3 problems (3 warnings)
18:06:34 [2024-02-24T23:06:34.234Z] [INFO] 
18:06:34 [2024-02-24T23:06:34.234Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi ---
18:06:34 [2024-02-24T23:06:34.234Z] [INFO] 
18:06:34 [2024-02-24T23:06:34.235Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi ---
18:06:34 [2024-02-24T23:06:34.235Z] [INFO] 
18:06:34 [2024-02-24T23:06:34.235Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi ---
18:06:36 [2024-02-24T23:06:36.124Z] [INFO] 
18:06:36 [2024-02-24T23:06:36.124Z] [INFO] --- bnd:6.3.1:bnd-process (bnd-process) @ org.eclipse.osgi ---
18:06:36 [2024-02-24T23:06:36.124Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:36 [2024-02-24T23:06:36.124Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:40 [2024-02-24T23:06:40.294Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:40 [2024-02-24T23:06:40.550Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:40 [2024-02-24T23:06:40.550Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:40 [2024-02-24T23:06:40.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom
18:06:40 [2024-02-24T23:06:40.550Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 35 kB/s)
18:06:40 [2024-02-24T23:06:40.550Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.807Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.807Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 2.6 MB/s)
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 20 MB/s)
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.808Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 8.0 MB/s)
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:40 [2024-02-24T23:06:40.809Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 3.3 MB/s)
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 11 MB/s)
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 12 MB/s)
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s)
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.076Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s)
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s)
18:06:41 [2024-02-24T23:06:41.077Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.392Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 1.9 MB/s)
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 370 kB/s)
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 910 kB/s)
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 5.4 MB/s)
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 8.6 MB/s)
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.668Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 kB/s)
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.669Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s)
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 3.0 MB/s)
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.670Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.926Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.1 MB/s)
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s)
18:06:41 [2024-02-24T23:06:41.927Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s)
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 [2024-02-24T23:06:41.928Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 1.9 MB/s)
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:41 [2024-02-24T23:06:41.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 815 kB/s)
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 2.1 MB/s)
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.186Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 8.7 MB/s)
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s)
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 2.2 MB/s)
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.443Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 2.5 MB/s)
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s)
18:06:42 [2024-02-24T23:06:42.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 3.9 MB/s)
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:06:42 [2024-02-24T23:06:42.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s)
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.8 MB/s)
18:06:42 [2024-02-24T23:06:42.446Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.702Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.702Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s)
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 59 kB/s)
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.703Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 3.1 MB/s)
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 10 MB/s)
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.704Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s)
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 6.8 MB/s)
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.705Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 172 kB/s)
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 5.8 MB/s)
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:42 [2024-02-24T23:06:42.962Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:42 [2024-02-24T23:06:42.963Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:42 [2024-02-24T23:06:42.963Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.pom (6.0 kB at 67 kB/s)
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 24 kB/s)
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.220Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 114 kB/s)
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 20 kB/s)
18:06:43 [2024-02-24T23:06:43.477Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.478Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.478Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.478Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.478Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.735Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.pom (5.4 kB at 47 kB/s)
18:06:43 [2024-02-24T23:06:43.735Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.735Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.735Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.pom (5.1 kB at 77 kB/s)
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 3.8 MB/s)
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.736Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.737Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.737Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.737Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.737Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 25 kB/s)
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
18:06:43 [2024-02-24T23:06:43.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 167 kB/s)
18:06:44 [2024-02-24T23:06:44.251Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.251Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.251Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.251Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.251Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.255Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.256Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.257Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.260Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 241 kB/s)
18:06:44 [2024-02-24T23:06:44.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 19 MB/s)
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 23 MB/s)
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 55 MB/s)
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 13 MB/s)
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:06:44 [2024-02-24T23:06:44.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 12 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 25 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 8.5 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 88 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 18 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.9 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 4.3 MB/s)
18:06:44 [2024-02-24T23:06:44.520Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 9.3 MB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 5.8 MB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 468 kB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 3.2 MB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 12 MB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 1.5 MB/s)
18:06:44 [2024-02-24T23:06:44.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 5.6 MB/s)
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.3.1/biz.aQute.bnd.maven-6.3.1.jar (141 kB at 2.9 MB/s)
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 860 kB/s)
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 2.8 MB/s)
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.3.1/biz.aQute.repository-6.3.1.jar (1.1 MB at 6.3 MB/s)
18:06:44 [2024-02-24T23:06:44.522Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.3.1/biz.aQute.resolve-6.3.1.jar (622 kB at 3.4 MB/s)
18:06:44 [2024-02-24T23:06:44.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 637 kB/s)
18:06:44 [2024-02-24T23:06:44.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 182 kB/s)
18:06:44 [2024-02-24T23:06:44.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 189 kB/s)
18:06:45 [2024-02-24T23:06:45.710Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.internal.framework,  has 2,  private references [org.eclipse.osgi.internal.connect, org.eclipse.osgi.internal.log]
18:06:45 [2024-02-24T23:06:45.710Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.storage,  has 2,  private references [org.eclipse.osgi.internal.log, org.eclipse.osgi.internal.permadmin]
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi ---
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/src/test/resources
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi ---
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi ---
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.710Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi ---
18:06:45 [2024-02-24T23:06:45.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT-sources.jar
18:06:45 [2024-02-24T23:06:45.711Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.711Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi ---
18:06:45 [2024-02-24T23:06:45.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT.jar
18:06:45 [2024-02-24T23:06:45.966Z] [INFO] 
18:06:45 [2024-02-24T23:06:45.966Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi ---
18:06:46 [2024-02-24T23:06:46.222Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds
18:06:47 [2024-02-24T23:06:47.151Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds
18:06:47 [2024-02-24T23:06:47.407Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/pom.xml
18:06:47 [2024-02-24T23:06:47.407Z]     The main artifact has been replaced with the baseline version.
18:06:47 [2024-02-24T23:06:47.407Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:47 [2024-02-24T23:06:47.407Z] 
18:06:47 [2024-02-24T23:06:47.407Z] [INFO] 
18:06:47 [2024-02-24T23:06:47.407Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi ---
18:06:47 [2024-02-24T23:06:47.407Z] [INFO] 
18:06:47 [2024-02-24T23:06:47.407Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi ---
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/pom.xml
18:06:47 [2024-02-24T23:06:47.408Z]     The main artifact has been replaced with the baseline version.
18:06:47 [2024-02-24T23:06:47.408Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:47 [2024-02-24T23:06:47.408Z] 
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] 
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi ---
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] Execution was skipped
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] 
18:06:47 [2024-02-24T23:06:47.408Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi ---
18:06:47 [2024-02-24T23:06:47.970Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT.jar' is already signed and will be resigned.
18:06:47 [2024-02-24T23:06:47.970Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT.jar
18:06:49 [2024-02-24T23:06:49.863Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:06:49 [2024-02-24T23:06:49.863Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT-sources.jar
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.osgi ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi/pom.xml
18:06:51 [2024-02-24T23:06:51.229Z]     The main artifact has been replaced with the baseline version.
18:06:51 [2024-02-24T23:06:51.229Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:51 [2024-02-24T23:06:51.229Z] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >-----------
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] Building [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT         [6/521]
18:06:51 [2024-02-24T23:06:51.229Z] [INFO]   from equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] The project's OSGi version is 3.19.0.v20240214-0846
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/saveproperties
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] Resolving class path of [bundle] Common Eclipse Runtime
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.229Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/main/resources
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/main/resources
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.486Z] [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:06:51 [2024-02-24T23:06:51.742Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[33] 
18:06:51 [2024-02-24T23:06:51.742Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:06:51 [2024-02-24T23:06:51.742Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.742Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.743Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] 
18:06:51 [2024-02-24T23:06:51.743Z] 	ServiceReference<PackageAdmin> packageAdminRef = context.getServiceReference(PackageAdmin.class);
18:06:51 [2024-02-24T23:06:51.743Z] 	                 ^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.743Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.743Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] 
18:06:51 [2024-02-24T23:06:51.743Z] 	ServiceReference<PackageAdmin> packageAdminRef = context.getServiceReference(PackageAdmin.class);
18:06:51 [2024-02-24T23:06:51.743Z] 	                                                                             ^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.743Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.743Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[116] 
18:06:51 [2024-02-24T23:06:51.743Z] 	PackageAdmin packageAdmin = context.getService(packageAdminRef);
18:06:51 [2024-02-24T23:06:51.743Z] 	^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.743Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.743Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[158] 
18:06:51 [2024-02-24T23:06:51.743Z] 	PackageAdmin admin = getBundleAdmin();
18:06:51 [2024-02-24T23:06:51.743Z] 	^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.743Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.743Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[161] 
18:06:51 [2024-02-24T23:06:51.743Z] 	Bundle[] bundles = admin.getBundles(symbolicName, null);
18:06:51 [2024-02-24T23:06:51.743Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.743Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.744Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[176] 
18:06:51 [2024-02-24T23:06:51.744Z] 	private PackageAdmin getBundleAdmin() {
18:06:51 [2024-02-24T23:06:51.744Z] 	        ^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.744Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.744Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[184] 
18:06:51 [2024-02-24T23:06:51.744Z] 	PackageAdmin admin = getBundleAdmin();
18:06:51 [2024-02-24T23:06:51.744Z] 	^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.744Z] The type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.744Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[187] 
18:06:51 [2024-02-24T23:06:51.744Z] 	return admin.getFragments(host);
18:06:51 [2024-02-24T23:06:51.744Z] 	             ^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.744Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated
18:06:51 [2024-02-24T23:06:51.744Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java:[55] 
18:06:51 [2024-02-24T23:06:51.744Z] 	return path.toFile().toURL();
18:06:51 [2024-02-24T23:06:51.744Z] 	                     ^^^^^^^
18:06:51 [2024-02-24T23:06:51.744Z] The method toURL() from the type File is deprecated
18:06:51 [2024-02-24T23:06:51.744Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java:[29] 
18:06:51 [2024-02-24T23:06:51.744Z] 	public abstract class ProgressMonitorWrapper implements IProgressMonitor, IProgressMonitorWithBlocking {
18:06:51 [2024-02-24T23:06:51.744Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.744Z] The type IProgressMonitorWithBlocking is deprecated
18:06:51 [2024-02-24T23:06:51.745Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[17] 
18:06:51 [2024-02-24T23:06:51.745Z] 	import java.security.AccessController;
18:06:51 [2024-02-24T23:06:51.745Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.745Z] The type AccessController has been deprecated since version 17 and marked for removal
18:06:51 [2024-02-24T23:06:51.745Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[319] 
18:06:51 [2024-02-24T23:06:51.745Z] 	if (System.getSecurityManager() != null) {
18:06:51 [2024-02-24T23:06:51.745Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.745Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:06:51 [2024-02-24T23:06:51.745Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[320] 
18:06:51 [2024-02-24T23:06:51.745Z] 	return AccessController.doPrivileged((PrivilegedAction<BundleContext>) () -> bundle.getBundleContext());
18:06:51 [2024-02-24T23:06:51.745Z] 	       ^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.745Z] The type AccessController has been deprecated since version 17 and marked for removal
18:06:51 [2024-02-24T23:06:51.745Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[320] 
18:06:51 [2024-02-24T23:06:51.745Z] 	return AccessController.doPrivileged((PrivilegedAction<BundleContext>) () -> bundle.getBundleContext());
18:06:51 [2024-02-24T23:06:51.745Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.745Z] The method doPrivileged(PrivilegedAction<BundleContext>) from the type AccessController is deprecated
18:06:51 [2024-02-24T23:06:51.746Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java:[209] 
18:06:51 [2024-02-24T23:06:51.746Z] 	public final class SubMonitor implements IProgressMonitorWithBlocking {
18:06:51 [2024-02-24T23:06:51.746Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:51 [2024-02-24T23:06:51.746Z] The type IProgressMonitorWithBlocking is deprecated
18:06:51 [2024-02-24T23:06:51.746Z] 16 problems (16 warnings)
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.common ---
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] 
18:06:51 [2024-02-24T23:06:51.746Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/src/test/resources
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT-sources.jar
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.002Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF
18:06:52 [2024-02-24T23:06:52.003Z]     The main artifact has been replaced with the baseline version.
18:06:52 [2024-02-24T23:06:52.003Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:52 [2024-02-24T23:06:52.003Z] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF
18:06:52 [2024-02-24T23:06:52.003Z]     The main artifact has been replaced with the baseline version.
18:06:52 [2024-02-24T23:06:52.003Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:52 [2024-02-24T23:06:52.003Z] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] Execution was skipped
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] 
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.common ---
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar' is already signed and will be resigned.
18:06:52 [2024-02-24T23:06:52.003Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar
18:06:52 [2024-02-24T23:06:52.932Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:06:52 [2024-02-24T23:06:52.933Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT-sources.jar
18:06:54 [2024-02-24T23:06:54.299Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.299Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.common ---
18:06:54 [2024-02-24T23:06:54.299Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF
18:06:54 [2024-02-24T23:06:54.299Z]     The main artifact has been replaced with the baseline version.
18:06:54 [2024-02-24T23:06:54.299Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:54 [2024-02-24T23:06:54.299Z] 
18:06:54 [2024-02-24T23:06:54.299Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.299Z] [INFO] ---------------< org.eclipse.platform:eclipse.platform >----------------
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] Building eclipse.platform 4.31.0-SNAPSHOT                        [7/521]
18:06:54 [2024-02-24T23:06:54.300Z] [INFO]   from eclipse.platform/pom.xml
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/saveproperties
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/src/main/resources
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] Execution was skipped
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.platform ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] Building eclipse.platform.runtime 4.31.0-SNAPSHOT                [8/521]
18:06:54 [2024-02-24T23:06:54.300Z] [INFO]   from eclipse.platform/runtime/pom.xml
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/saveproperties
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/src/main/resources
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] Execution was skipped
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.platform.runtime ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] ----------------< org.eclipse.platform:runtime-bundles >----------------
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                    [9/521]
18:06:54 [2024-02-24T23:06:54.301Z] [INFO]   from eclipse.platform/runtime/bundles/.polyglot.pom.tycho
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- clean:3.3.2:clean (default-clean) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/saveproperties
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/src/main/resources
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] Execution was skipped
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ runtime-bundles ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >-------------
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] Building [bundle] Eclipse Jobs Mechanism 3.15.200-SNAPSHOT      [10/521]
18:06:54 [2024-02-24T23:06:54.301Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] The project's OSGi version is 3.15.200.v20231214-1526
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.301Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/saveproperties
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.302Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.558Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/test/resources
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT-sources.jar
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT.jar
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
18:06:54 [2024-02-24T23:06:54.559Z]     The main artifact has been replaced with the baseline version.
18:06:54 [2024-02-24T23:06:54.559Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:54 [2024-02-24T23:06:54.559Z] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] Execution was skipped
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] 
18:06:54 [2024-02-24T23:06:54.559Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.jobs ---
18:06:54 [2024-02-24T23:06:54.816Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT.jar' is already signed and will be resigned.
18:06:54 [2024-02-24T23:06:54.816Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT.jar
18:06:55 [2024-02-24T23:06:55.747Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:06:55 [2024-02-24T23:06:55.747Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.15.200-SNAPSHOT-sources.jar
18:06:57 [2024-02-24T23:06:57.112Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.112Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.core.jobs ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
18:06:57 [2024-02-24T23:06:57.113Z]     The main artifact has been replaced with the baseline version.
18:06:57 [2024-02-24T23:06:57.113Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:57 [2024-02-24T23:06:57.113Z] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >----------
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] Building [bundle] Extension Registry Support 3.12.0-SNAPSHOT    [11/521]
18:06:57 [2024-02-24T23:06:57.113Z] [INFO]   from equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] The project's OSGi version is 3.12.0.v20240213-1057
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/saveproperties
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] Resolving class path of [bundle] Extension Registry Support
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/main/resources
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/main/resources
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.114Z] [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:06:57 [2024-02-24T23:06:57.370Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionHandle.java:[43] 
18:06:57 [2024-02-24T23:06:57.370Z] 	public String getNamespace() {
18:06:57 [2024-02-24T23:06:57.370Z] 	              ^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.370Z] The method BaseExtensionHandle.getNamespace() overrides a deprecated method from IExtension
18:06:57 [2024-02-24T23:06:57.370Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionPointHandle.java:[43] 
18:06:57 [2024-02-24T23:06:57.370Z] 	public String getNamespace() {
18:06:57 [2024-02-24T23:06:57.370Z] 	              ^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.370Z] The method BaseExtensionPointHandle.getNamespace() overrides a deprecated method from IExtensionPoint
18:06:57 [2024-02-24T23:06:57.370Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[76] 
18:06:57 [2024-02-24T23:06:57.371Z] 	public String getAttributeAsIs(String name) {
18:06:57 [2024-02-24T23:06:57.371Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The method ConfigurationElementHandle.getAttributeAsIs(String) overrides a deprecated method from IConfigurationElement
18:06:57 [2024-02-24T23:06:57.371Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[139] 
18:06:57 [2024-02-24T23:06:57.371Z] 	public String getValueAsIs() {
18:06:57 [2024-02-24T23:06:57.371Z] 	              ^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The method ConfigurationElementHandle.getValueAsIs() overrides a deprecated method from IConfigurationElement
18:06:57 [2024-02-24T23:06:57.371Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[150] 
18:06:57 [2024-02-24T23:06:57.371Z] 	public String getNamespace() {
18:06:57 [2024-02-24T23:06:57.371Z] 	              ^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The method ConfigurationElementHandle.getNamespace() overrides a deprecated method from IConfigurationElement
18:06:57 [2024-02-24T23:06:57.371Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionRegistry.java:[788] 
18:06:57 [2024-02-24T23:06:57.371Z] 	strategy.onStart(this); // preserve for backward compatibility; might be removed later
18:06:57 [2024-02-24T23:06:57.371Z] 	         ^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The method onStart(IExtensionRegistry) from the type RegistryStrategy is deprecated
18:06:57 [2024-02-24T23:06:57.371Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[23] 
18:06:57 [2024-02-24T23:06:57.371Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:06:57 [2024-02-24T23:06:57.371Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.371Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[66] 
18:06:57 [2024-02-24T23:06:57.371Z] 	bundleTracker = new ServiceTracker<>(context, PackageAdmin.class.getName(), null);
18:06:57 [2024-02-24T23:06:57.371Z] 	                                              ^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.371Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[112] 
18:06:57 [2024-02-24T23:06:57.372Z] 	public PackageAdmin getPackageAdmin() {
18:06:57 [2024-02-24T23:06:57.372Z] 	       ^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[118] 
18:06:57 [2024-02-24T23:06:57.372Z] 	return (PackageAdmin) bundleTracker.getService();
18:06:57 [2024-02-24T23:06:57.372Z] 	        ^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[122] 
18:06:57 [2024-02-24T23:06:57.372Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:06:57 [2024-02-24T23:06:57.372Z] 	^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[125] 
18:06:57 [2024-02-24T23:06:57.372Z] 	Bundle[] bundles = packageAdmin.getBundles(bundleName, null);
18:06:57 [2024-02-24T23:06:57.372Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[138] 
18:06:57 [2024-02-24T23:06:57.372Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:06:57 [2024-02-24T23:06:57.372Z] 	^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.372Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[141] 
18:06:57 [2024-02-24T23:06:57.372Z] 	return packageAdmin.getFragments(bundle);
18:06:57 [2024-02-24T23:06:57.372Z] 	                    ^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.372Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[145] 
18:06:57 [2024-02-24T23:06:57.373Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:06:57 [2024-02-24T23:06:57.373Z] 	^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] 
18:06:57 [2024-02-24T23:06:57.373Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:06:57 [2024-02-24T23:06:57.373Z] 	                     ^^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The method getBundleType(Bundle) from the type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] 
18:06:57 [2024-02-24T23:06:57.373Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:06:57 [2024-02-24T23:06:57.373Z] 	                                             ^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] 
18:06:57 [2024-02-24T23:06:57.373Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:06:57 [2024-02-24T23:06:57.373Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The field PackageAdmin.BUNDLE_TYPE_FRAGMENT is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[152] 
18:06:57 [2024-02-24T23:06:57.373Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:06:57 [2024-02-24T23:06:57.373Z] 	^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[155] 
18:06:57 [2024-02-24T23:06:57.373Z] 	return packageAdmin.getHosts(bundle);
18:06:57 [2024-02-24T23:06:57.373Z] 	                    ^^^^^^^^^^^^^^^^
18:06:57 [2024-02-24T23:06:57.373Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated
18:06:57 [2024-02-24T23:06:57.373Z] 20 problems (20 warnings)
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/src/test/resources
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT-sources.jar
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT.jar
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF
18:06:57 [2024-02-24T23:06:57.374Z]     The main artifact has been replaced with the baseline version.
18:06:57 [2024-02-24T23:06:57.374Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:57 [2024-02-24T23:06:57.374Z] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.374Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.375Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.631Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF
18:06:57 [2024-02-24T23:06:57.631Z]     The main artifact has been replaced with the baseline version.
18:06:57 [2024-02-24T23:06:57.631Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:57 [2024-02-24T23:06:57.631Z] 
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] Execution was skipped
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] 
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.registry ---
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT.jar' is already signed and will be resigned.
18:06:57 [2024-02-24T23:06:57.632Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT.jar
18:06:58 [2024-02-24T23:06:58.561Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:06:58 [2024-02-24T23:06:58.561Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT-sources.jar
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.registry ---
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF
18:06:59 [2024-02-24T23:06:59.926Z]     The main artifact has been replaced with the baseline version.
18:06:59 [2024-02-24T23:06:59.926Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:59 [2024-02-24T23:06:59.926Z] 
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] Building [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT     [12/521]
18:06:59 [2024-02-24T23:06:59.926Z] [INFO]   from equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.926Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] The project's OSGi version is 1.5.0.v20240113-0700
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/saveproperties
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] Resolving class path of [bundle] Bidirectional Text Support
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.927Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/src/test/resources
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT-sources.jar
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT.jar
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF
18:06:59 [2024-02-24T23:06:59.928Z]     The main artifact has been replaced with the baseline version.
18:06:59 [2024-02-24T23:06:59.928Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:59 [2024-02-24T23:06:59.928Z] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.928Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF
18:06:59 [2024-02-24T23:06:59.929Z]     The main artifact has been replaced with the baseline version.
18:06:59 [2024-02-24T23:06:59.929Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:59 [2024-02-24T23:06:59.929Z] 
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] Execution was skipped
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] 
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.bidi ---
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT.jar' is already signed and will be resigned.
18:06:59 [2024-02-24T23:06:59.929Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT.jar
18:07:01 [2024-02-24T23:07:01.296Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:07:01 [2024-02-24T23:07:01.297Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT-sources.jar
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.bidi ---
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF
18:07:02 [2024-02-24T23:07:02.225Z]     The main artifact has been replaced with the baseline version.
18:07:02 [2024-02-24T23:07:02.225Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:02 [2024-02-24T23:07:02.225Z] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >--------------
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] Building eclipse.platform.ui 4.31.0-SNAPSHOT                    [13/521]
18:07:02 [2024-02-24T23:07:02.225Z] [INFO]   from eclipse.platform.ui/pom.xml
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/saveproperties
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.225Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/src/main/resources
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] Execution was skipped
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.platform.ui ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] ------------------< org.eclipse.platform:ui-bundles >-------------------
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                   [14/521]
18:07:02 [2024-02-24T23:07:02.226Z] [INFO]   from eclipse.platform.ui/bundles/.polyglot.pom.tycho
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/saveproperties
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/src/main/resources
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] Execution was skipped
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ ui-bundles ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >-----------
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] Building [bundle] Commands 3.12.0-SNAPSHOT                      [15/521]
18:07:02 [2024-02-24T23:07:02.226Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.226Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] The project's OSGi version is 3.12.0.v20240214-1640
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/saveproperties
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] Resolving class path of [bundle] Commands
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.227Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.228Z] [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:07:02 [2024-02-24T23:07:02.484Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/internal/commands/util/Util.java:[258] 
18:07:02 [2024-02-24T23:07:02.484Z] 	boolean accessible = method.isAccessible();
18:07:02 [2024-02-24T23:07:02.484Z] 	                            ^^^^^^^^^^^^^^
18:07:02 [2024-02-24T23:07:02.484Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:07:02 [2024-02-24T23:07:02.484Z] 1 problem (1 warning)
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.484Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/test/resources
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.739Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT-sources.jar
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT.jar
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF
18:07:02 [2024-02-24T23:07:02.740Z]     The main artifact has been replaced with the baseline version.
18:07:02 [2024-02-24T23:07:02.740Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:02 [2024-02-24T23:07:02.740Z] 
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] Execution was skipped
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] 
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.commands ---
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:02 [2024-02-24T23:07:02.740Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT.jar
18:07:03 [2024-02-24T23:07:03.670Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:07:03 [2024-02-24T23:07:03.670Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.12.0-SNAPSHOT-sources.jar
18:07:04 [2024-02-24T23:07:04.598Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.598Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.core.commands ---
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF
18:07:04 [2024-02-24T23:07:04.854Z]     The main artifact has been replaced with the baseline version.
18:07:04 [2024-02-24T23:07:04.854Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:04 [2024-02-24T23:07:04.854Z] 
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >--------------
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] Building eclipse.platform.swt 4.31.0-SNAPSHOT                   [16/521]
18:07:04 [2024-02-24T23:07:04.854Z] [INFO]   from eclipse.platform.swt/pom.xml
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.854Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/saveproperties
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/src/main/resources
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] Execution was skipped
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.platform.swt ---
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] 
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >-------------------
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] Building org.eclipse.swt 3.125.0-SNAPSHOT                       [17/521]
18:07:04 [2024-02-24T23:07:04.855Z] [INFO]   from eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:04 [2024-02-24T23:07:04.855Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:07:04 [2024-02-24T23:07:04.856Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.025Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.025Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.587Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.590Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.591Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:09 [2024-02-24T23:07:09.848Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:10 [2024-02-24T23:07:10.116Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:10 [2024-02-24T23:07:10.116Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:07:10 [2024-02-24T23:07:10.429Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] Resolving class path of org.eclipse.swt
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.430Z] [INFO] --- antrun:3.1.0:run (write-build-qualifier) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] Executing tasks
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] Executed tasks
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/src/test/resources
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.686Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.125.0-SNAPSHOT.jar
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml
18:07:10 [2024-02-24T23:07:10.687Z]     The main artifact has been replaced with the baseline version.
18:07:10 [2024-02-24T23:07:10.687Z] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] Execution was skipped
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] 
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt ---
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:10 [2024-02-24T23:07:10.687Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.125.0-SNAPSHOT.jar
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt ---
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml
18:07:12 [2024-02-24T23:07:12.055Z]     The main artifact has been replaced with the baseline version.
18:07:12 [2024-02-24T23:07:12.055Z] 
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] -----------< org.eclipse.swt:eclipse.platform.swt.binaries >------------
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] Building eclipse.platform.swt.binaries 4.31.0-SNAPSHOT          [18/521]
18:07:12 [2024-02-24T23:07:12.055Z] [INFO]   from eclipse.platform.swt/binaries/pom.xml
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.055Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/saveproperties
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/src/main/resources
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] Execution was skipped
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ eclipse.platform.swt.binaries ---
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] 
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >----------
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [19/521]
18:07:12 [2024-02-24T23:07:12.056Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:12 [2024-02-24T23:07:12.056Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:07:12 [2024-02-24T23:07:12.058Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:15 [2024-02-24T23:07:15.327Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:15 [2024-02-24T23:07:15.889Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:16 [2024-02-24T23:07:16.450Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:16 [2024-02-24T23:07:16.453Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:16 [2024-02-24T23:07:16.710Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:16 [2024-02-24T23:07:16.967Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:16 [2024-02-24T23:07:16.968Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:17 [2024-02-24T23:07:17.225Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:07:17 [2024-02-24T23:07:17.481Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:17 [2024-02-24T23:07:17.481Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.481Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.481Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.481Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/saveproperties
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.482Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.738Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 384 kB/s)
18:07:17 [2024-02-24T23:07:17.738Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 199 kB/s)
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
18:07:17 [2024-02-24T23:07:17.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 109 kB/s)
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 76 kB/s)
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.741Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.996Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.996Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 42 MB/s)
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 12 MB/s)
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 651 kB/s)
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Executing tasks
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Executed tasks
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.997Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:17 [2024-02-24T23:07:17.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources
18:07:17 [2024-02-24T23:07:17.998Z] [INFO] 
18:07:17 [2024-02-24T23:07:17.998Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:18 [2024-02-24T23:07:18.253Z] [INFO] Executing tasks
18:07:18 [2024-02-24T23:07:18.253Z] [INFO] Executed tasks
18:07:18 [2024-02-24T23:07:18.253Z] [INFO] 
18:07:18 [2024-02-24T23:07:18.253Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:18 [2024-02-24T23:07:18.254Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:07:18 [2024-02-24T23:07:18.254Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:07:20 [2024-02-24T23:07:20.145Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] 
18:07:20 [2024-02-24T23:07:20.145Z] 	listener.getCaption(event);
18:07:20 [2024-02-24T23:07:20.145Z] 	         ^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.145Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:20 [2024-02-24T23:07:20.145Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] 
18:07:20 [2024-02-24T23:07:20.145Z] 	listener.getSummary(event);
18:07:20 [2024-02-24T23:07:20.145Z] 	         ^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:20 [2024-02-24T23:07:20.146Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] 
18:07:20 [2024-02-24T23:07:20.146Z] 	bounds = image.getBoundsInPixels();
18:07:20 [2024-02-24T23:07:20.146Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.146Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] 
18:07:20 [2024-02-24T23:07:20.146Z] 	bounds = image.getBoundsInPixels();
18:07:20 [2024-02-24T23:07:20.146Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.146Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] 
18:07:20 [2024-02-24T23:07:20.146Z] 	bounds = image.getBoundsInPixels();
18:07:20 [2024-02-24T23:07:20.146Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.146Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] 
18:07:20 [2024-02-24T23:07:20.146Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:20 [2024-02-24T23:07:20.146Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.146Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] 
18:07:20 [2024-02-24T23:07:20.146Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:20 [2024-02-24T23:07:20.146Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.146Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.147Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2889] 
18:07:20 [2024-02-24T23:07:20.147Z] 	bounds = image.getBoundsInPixels();
18:07:20 [2024-02-24T23:07:20.147Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.147Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.147Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3152] 
18:07:20 [2024-02-24T23:07:20.147Z] 	bounds = image.getBoundsInPixels ();
18:07:20 [2024-02-24T23:07:20.147Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.147Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.147Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] 
18:07:20 [2024-02-24T23:07:20.147Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:20 [2024-02-24T23:07:20.147Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.147Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.147Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] 
18:07:20 [2024-02-24T23:07:20.147Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:20 [2024-02-24T23:07:20.147Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.147Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.147Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] 
18:07:20 [2024-02-24T23:07:20.147Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:20 [2024-02-24T23:07:20.147Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.147Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3092] 
18:07:20 [2024-02-24T23:07:20.148Z] 	bounds = image.getBoundsInPixels ();
18:07:20 [2024-02-24T23:07:20.148Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.148Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3350] 
18:07:20 [2024-02-24T23:07:20.148Z] 	bounds = image.getBoundsInPixels ();
18:07:20 [2024-02-24T23:07:20.148Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.148Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] 
18:07:20 [2024-02-24T23:07:20.148Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:20 [2024-02-24T23:07:20.148Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.148Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] 
18:07:20 [2024-02-24T23:07:20.148Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:20 [2024-02-24T23:07:20.148Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.148Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] 
18:07:20 [2024-02-24T23:07:20.148Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:20 [2024-02-24T23:07:20.148Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:20 [2024-02-24T23:07:20.148Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:20 [2024-02-24T23:07:20.148Z] 17 problems (17 warnings)
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.148Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/test/resources
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT-sources.jar
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.149Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT.jar
18:07:20 [2024-02-24T23:07:20.408Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.408Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.665Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF
18:07:20 [2024-02-24T23:07:20.665Z]     The main artifact has been replaced with the baseline version.
18:07:20 [2024-02-24T23:07:20.665Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:20 [2024-02-24T23:07:20.665Z] 
18:07:20 [2024-02-24T23:07:20.665Z] [INFO] 
18:07:20 [2024-02-24T23:07:20.665Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:20 [2024-02-24T23:07:20.665Z] [INFO] Executing tasks
18:07:20 [2024-02-24T23:07:20.665Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload
18:07:20 [2024-02-24T23:07:20.665Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/@dot.src
18:07:20 [2024-02-24T23:07:20.665Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload
18:07:20 [2024-02-24T23:07:20.922Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/swt.jar
18:07:21 [2024-02-24T23:07:21.178Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/src.zip
18:07:21 [2024-02-24T23:07:21.178Z] [INFO]       [zip] library/build.sh already added, skipping
18:07:21 [2024-02-24T23:07:21.435Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swt-I20240224-1800-gtk-linux-x86_64.zip
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] Executed tasks
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] 
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] Execution was skipped
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] 
18:07:21 [2024-02-24T23:07:21.691Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:22 [2024-02-24T23:07:22.255Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:22 [2024-02-24T23:07:22.255Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT.jar
18:07:24 [2024-02-24T23:07:24.772Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:07:24 [2024-02-24T23:07:24.773Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT-sources.jar
18:07:26 [2024-02-24T23:07:26.138Z] [INFO] 
18:07:26 [2024-02-24T23:07:26.138Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF
18:07:26 [2024-02-24T23:07:26.394Z]     The main artifact has been replaced with the baseline version.
18:07:26 [2024-02-24T23:07:26.394Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:26 [2024-02-24T23:07:26.394Z] 
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] 
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >--------
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 3.125.0-SNAPSHOT [20/521]
18:07:26 [2024-02-24T23:07:26.394Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:26 [2024-02-24T23:07:26.394Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:07:26 [2024-02-24T23:07:26.397Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:30 [2024-02-24T23:07:30.567Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:30 [2024-02-24T23:07:30.567Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.130Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.131Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.388Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.644Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.646Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:31 [2024-02-24T23:07:31.902Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] Executing tasks
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] Executed tasks
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.159Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] Executing tasks
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] Executed tasks
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] 
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:32 [2024-02-24T23:07:32.160Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:07:32 [2024-02-24T23:07:32.160Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.050Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/test/resources
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT-sources.jar
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.051Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT.jar
18:07:34 [2024-02-24T23:07:34.308Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.308Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.870Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF
18:07:34 [2024-02-24T23:07:34.870Z]     The main artifact has been replaced with the baseline version.
18:07:34 [2024-02-24T23:07:34.870Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:34 [2024-02-24T23:07:34.870Z] 
18:07:34 [2024-02-24T23:07:34.870Z] [INFO] 
18:07:34 [2024-02-24T23:07:34.870Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:34 [2024-02-24T23:07:34.870Z] [INFO] Executing tasks
18:07:34 [2024-02-24T23:07:34.870Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload
18:07:34 [2024-02-24T23:07:34.870Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/@dot.src
18:07:34 [2024-02-24T23:07:34.871Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload
18:07:34 [2024-02-24T23:07:34.871Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/swt.jar
18:07:35 [2024-02-24T23:07:35.432Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/src.zip
18:07:35 [2024-02-24T23:07:35.432Z] [INFO]       [zip] library/build.sh already added, skipping
18:07:35 [2024-02-24T23:07:35.688Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20240224-1800-cocoa-macosx-aarch64.zip
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] Executed tasks
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] 
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] Execution was skipped
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] 
18:07:35 [2024-02-24T23:07:35.688Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:36 [2024-02-24T23:07:36.615Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:36 [2024-02-24T23:07:36.615Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT.jar
18:07:38 [2024-02-24T23:07:38.505Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:07:38 [2024-02-24T23:07:38.505Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0-SNAPSHOT-sources.jar
18:07:39 [2024-02-24T23:07:39.870Z] [INFO] 
18:07:39 [2024-02-24T23:07:39.870Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:40 [2024-02-24T23:07:40.126Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF
18:07:40 [2024-02-24T23:07:40.126Z]     The main artifact has been replaced with the baseline version.
18:07:40 [2024-02-24T23:07:40.126Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:40 [2024-02-24T23:07:40.126Z] 
18:07:40 [2024-02-24T23:07:40.126Z] [INFO] 
18:07:40 [2024-02-24T23:07:40.126Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >----------
18:07:40 [2024-02-24T23:07:40.126Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [21/521]
18:07:40 [2024-02-24T23:07:40.126Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF
18:07:40 [2024-02-24T23:07:40.126Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:40 [2024-02-24T23:07:40.127Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/ppc64le], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:07:40 [2024-02-24T23:07:40.128Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:44 [2024-02-24T23:07:44.297Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:44 [2024-02-24T23:07:44.297Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:44 [2024-02-24T23:07:44.861Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:44 [2024-02-24T23:07:44.862Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.120Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.377Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.378Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.635Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.924Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/saveproperties
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] Executing tasks
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] Executed tasks
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] 
18:07:45 [2024-02-24T23:07:45.925Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] Executing tasks
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] Executed tasks
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] 
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:46 [2024-02-24T23:07:46.217Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:07:46 [2024-02-24T23:07:46.217Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:07:47 [2024-02-24T23:07:47.584Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] 
18:07:47 [2024-02-24T23:07:47.584Z] 	listener.getCaption(event);
18:07:47 [2024-02-24T23:07:47.584Z] 	         ^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.584Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:47 [2024-02-24T23:07:47.584Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] 
18:07:47 [2024-02-24T23:07:47.584Z] 	listener.getSummary(event);
18:07:47 [2024-02-24T23:07:47.584Z] 	         ^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.584Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:47 [2024-02-24T23:07:47.585Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] 
18:07:47 [2024-02-24T23:07:47.585Z] 	bounds = image.getBoundsInPixels();
18:07:47 [2024-02-24T23:07:47.585Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.585Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.585Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] 
18:07:47 [2024-02-24T23:07:47.585Z] 	bounds = image.getBoundsInPixels();
18:07:47 [2024-02-24T23:07:47.585Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.585Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.585Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] 
18:07:47 [2024-02-24T23:07:47.585Z] 	bounds = image.getBoundsInPixels();
18:07:47 [2024-02-24T23:07:47.585Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.585Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.585Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] 
18:07:47 [2024-02-24T23:07:47.586Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:47 [2024-02-24T23:07:47.586Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.586Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.586Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] 
18:07:47 [2024-02-24T23:07:47.586Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:47 [2024-02-24T23:07:47.586Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.586Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.586Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2889] 
18:07:47 [2024-02-24T23:07:47.586Z] 	bounds = image.getBoundsInPixels();
18:07:47 [2024-02-24T23:07:47.586Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.586Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.586Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3152] 
18:07:47 [2024-02-24T23:07:47.586Z] 	bounds = image.getBoundsInPixels ();
18:07:47 [2024-02-24T23:07:47.586Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.586Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.587Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] 
18:07:47 [2024-02-24T23:07:47.587Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:47 [2024-02-24T23:07:47.587Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.587Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.587Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] 
18:07:47 [2024-02-24T23:07:47.587Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:47 [2024-02-24T23:07:47.587Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.587Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.587Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] 
18:07:47 [2024-02-24T23:07:47.587Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:47 [2024-02-24T23:07:47.587Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.587Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.587Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3092] 
18:07:47 [2024-02-24T23:07:47.588Z] 	bounds = image.getBoundsInPixels ();
18:07:47 [2024-02-24T23:07:47.588Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.588Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.588Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3350] 
18:07:47 [2024-02-24T23:07:47.588Z] 	bounds = image.getBoundsInPixels ();
18:07:47 [2024-02-24T23:07:47.588Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.588Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.588Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] 
18:07:47 [2024-02-24T23:07:47.588Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:47 [2024-02-24T23:07:47.588Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.588Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.588Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] 
18:07:47 [2024-02-24T23:07:47.588Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:47 [2024-02-24T23:07:47.588Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.588Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.589Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] 
18:07:47 [2024-02-24T23:07:47.589Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:47 [2024-02-24T23:07:47.589Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:47 [2024-02-24T23:07:47.589Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:47 [2024-02-24T23:07:47.589Z] 17 problems (17 warnings)
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/test/resources
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.589Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.590Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.590Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT-sources.jar
18:07:47 [2024-02-24T23:07:47.590Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.590Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:47 [2024-02-24T23:07:47.590Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT.jar
18:07:47 [2024-02-24T23:07:47.846Z] [INFO] 
18:07:47 [2024-02-24T23:07:47.846Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:48 [2024-02-24T23:07:48.102Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF
18:07:48 [2024-02-24T23:07:48.102Z]     The main artifact has been replaced with the baseline version.
18:07:48 [2024-02-24T23:07:48.102Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:48 [2024-02-24T23:07:48.102Z] 
18:07:48 [2024-02-24T23:07:48.102Z] [INFO] 
18:07:48 [2024-02-24T23:07:48.102Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:48 [2024-02-24T23:07:48.102Z] [INFO] Executing tasks
18:07:48 [2024-02-24T23:07:48.103Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload
18:07:48 [2024-02-24T23:07:48.103Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/@dot.src
18:07:48 [2024-02-24T23:07:48.103Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload
18:07:48 [2024-02-24T23:07:48.103Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/swt.jar
18:07:48 [2024-02-24T23:07:48.359Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/src.zip
18:07:48 [2024-02-24T23:07:48.359Z] [INFO]       [zip] library/build.sh already added, skipping
18:07:48 [2024-02-24T23:07:48.615Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20240224-1800-gtk-linux-ppc64le.zip
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] Executed tasks
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] 
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] Execution was skipped
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] 
18:07:48 [2024-02-24T23:07:48.870Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:49 [2024-02-24T23:07:49.431Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:49 [2024-02-24T23:07:49.431Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT.jar
18:07:51 [2024-02-24T23:07:51.947Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:07:51 [2024-02-24T23:07:51.948Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.125.0-SNAPSHOT-sources.jar
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] 
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF
18:07:53 [2024-02-24T23:07:53.315Z]     The main artifact has been replaced with the baseline version.
18:07:53 [2024-02-24T23:07:53.315Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:53 [2024-02-24T23:07:53.315Z] 
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] 
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >----------
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [22/521]
18:07:53 [2024-02-24T23:07:53.315Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:53 [2024-02-24T23:07:53.315Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:07:53 [2024-02-24T23:07:53.316Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:57 [2024-02-24T23:07:57.483Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:57 [2024-02-24T23:07:57.483Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.046Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.047Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.048Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.612Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.613Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.613Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:07:58 [2024-02-24T23:07:58.870Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/saveproperties
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] Executing tasks
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] Executed tasks
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.126Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] Executing tasks
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] Executed tasks
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] 
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:07:59 [2024-02-24T23:07:59.127Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:07:59 [2024-02-24T23:07:59.127Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:00 [2024-02-24T23:08:00.493Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] 
18:08:00 [2024-02-24T23:08:00.493Z] 	listener.getCaption(event);
18:08:00 [2024-02-24T23:08:00.493Z] 	         ^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.493Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:00 [2024-02-24T23:08:00.493Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] 
18:08:00 [2024-02-24T23:08:00.494Z] 	listener.getSummary(event);
18:08:00 [2024-02-24T23:08:00.494Z] 	         ^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.494Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:00 [2024-02-24T23:08:00.494Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] 
18:08:00 [2024-02-24T23:08:00.494Z] 	bounds = image.getBoundsInPixels();
18:08:00 [2024-02-24T23:08:00.494Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.494Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.494Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] 
18:08:00 [2024-02-24T23:08:00.494Z] 	bounds = image.getBoundsInPixels();
18:08:00 [2024-02-24T23:08:00.494Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.494Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.494Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] 
18:08:00 [2024-02-24T23:08:00.494Z] 	bounds = image.getBoundsInPixels();
18:08:00 [2024-02-24T23:08:00.494Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.494Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.494Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] 
18:08:00 [2024-02-24T23:08:00.494Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:00 [2024-02-24T23:08:00.494Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.494Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.494Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] 
18:08:00 [2024-02-24T23:08:00.494Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:00 [2024-02-24T23:08:00.494Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.495Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2889] 
18:08:00 [2024-02-24T23:08:00.495Z] 	bounds = image.getBoundsInPixels();
18:08:00 [2024-02-24T23:08:00.495Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.495Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3152] 
18:08:00 [2024-02-24T23:08:00.495Z] 	bounds = image.getBoundsInPixels ();
18:08:00 [2024-02-24T23:08:00.495Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.495Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] 
18:08:00 [2024-02-24T23:08:00.495Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:00 [2024-02-24T23:08:00.495Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.495Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] 
18:08:00 [2024-02-24T23:08:00.495Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:00 [2024-02-24T23:08:00.495Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.495Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] 
18:08:00 [2024-02-24T23:08:00.495Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:00 [2024-02-24T23:08:00.495Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.495Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3092] 
18:08:00 [2024-02-24T23:08:00.496Z] 	bounds = image.getBoundsInPixels ();
18:08:00 [2024-02-24T23:08:00.496Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.496Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3350] 
18:08:00 [2024-02-24T23:08:00.496Z] 	bounds = image.getBoundsInPixels ();
18:08:00 [2024-02-24T23:08:00.496Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.496Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] 
18:08:00 [2024-02-24T23:08:00.496Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:00 [2024-02-24T23:08:00.496Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.496Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] 
18:08:00 [2024-02-24T23:08:00.496Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:00 [2024-02-24T23:08:00.496Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.496Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] 
18:08:00 [2024-02-24T23:08:00.496Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:00 [2024-02-24T23:08:00.496Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:00 [2024-02-24T23:08:00.496Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:00 [2024-02-24T23:08:00.496Z] 17 problems (17 warnings)
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.496Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/test/resources
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT-sources.jar
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:00 [2024-02-24T23:08:00.497Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT.jar
18:08:00 [2024-02-24T23:08:00.762Z] [INFO] 
18:08:00 [2024-02-24T23:08:00.762Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:01 [2024-02-24T23:08:01.018Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF
18:08:01 [2024-02-24T23:08:01.018Z]     The main artifact has been replaced with the baseline version.
18:08:01 [2024-02-24T23:08:01.018Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:01 [2024-02-24T23:08:01.018Z] 
18:08:01 [2024-02-24T23:08:01.018Z] [INFO] 
18:08:01 [2024-02-24T23:08:01.018Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:01 [2024-02-24T23:08:01.018Z] [INFO] Executing tasks
18:08:01 [2024-02-24T23:08:01.018Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload
18:08:01 [2024-02-24T23:08:01.018Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/@dot.src
18:08:01 [2024-02-24T23:08:01.019Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload
18:08:01 [2024-02-24T23:08:01.019Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/swt.jar
18:08:01 [2024-02-24T23:08:01.275Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/src.zip
18:08:01 [2024-02-24T23:08:01.275Z] [INFO]       [zip] library/build.sh already added, skipping
18:08:01 [2024-02-24T23:08:01.531Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swt-I20240224-1800-gtk-linux-aarch64.zip
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] Executed tasks
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] 
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] Execution was skipped
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] 
18:08:01 [2024-02-24T23:08:01.788Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:02 [2024-02-24T23:08:02.349Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:02 [2024-02-24T23:08:02.349Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT.jar
18:08:04 [2024-02-24T23:08:04.240Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:04 [2024-02-24T23:08:04.240Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.125.0-SNAPSHOT-sources.jar
18:08:05 [2024-02-24T23:08:05.607Z] [INFO] 
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF
18:08:05 [2024-02-24T23:08:05.608Z]     The main artifact has been replaced with the baseline version.
18:08:05 [2024-02-24T23:08:05.608Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:05 [2024-02-24T23:08:05.608Z] 
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] 
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >---------
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows 3.125.0-SNAPSHOT [23/521]
18:08:05 [2024-02-24T23:08:05.608Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:05 [2024-02-24T23:08:05.608Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:08:05 [2024-02-24T23:08:05.609Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:09 [2024-02-24T23:08:09.778Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:09 [2024-02-24T23:08:09.779Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.035Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.293Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.294Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.550Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.807Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:10 [2024-02-24T23:08:10.807Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.064Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/saveproperties
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] Executing tasks
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] Executed tasks
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.065Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.321Z] [INFO] Executing tasks
18:08:11 [2024-02-24T23:08:11.322Z] [INFO] Executed tasks
18:08:11 [2024-02-24T23:08:11.322Z] [INFO] 
18:08:11 [2024-02-24T23:08:11.322Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:11 [2024-02-24T23:08:11.322Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:11 [2024-02-24T23:08:11.322Z] [INFO] Compiling 620 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:12 [2024-02-24T23:08:12.689Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[3855] 
18:08:12 [2024-02-24T23:08:12.689Z] 	listener.getCaption(event);
18:08:12 [2024-02-24T23:08:12.689Z] 	         ^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.689Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:12 [2024-02-24T23:08:12.689Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[4043] 
18:08:12 [2024-02-24T23:08:12.689Z] 	listener.getSummary(event);
18:08:12 [2024-02-24T23:08:12.689Z] 	         ^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.689Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:12 [2024-02-24T23:08:12.689Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2025] 
18:08:12 [2024-02-24T23:08:12.689Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener);
18:08:12 [2024-02-24T23:08:12.689Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.689Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.689Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2026] 
18:08:12 [2024-02-24T23:08:12.689Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener);
18:08:12 [2024-02-24T23:08:12.690Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.690Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.690Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2027] 
18:08:12 [2024-02-24T23:08:12.690Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener);
18:08:12 [2024-02-24T23:08:12.690Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.690Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.690Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2028] 
18:08:12 [2024-02-24T23:08:12.690Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener);
18:08:12 [2024-02-24T23:08:12.690Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.690Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.690Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2029] 
18:08:12 [2024-02-24T23:08:12.690Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener);
18:08:12 [2024-02-24T23:08:12.690Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.690Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.690Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2030] 
18:08:12 [2024-02-24T23:08:12.690Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener);
18:08:12 [2024-02-24T23:08:12.690Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.691Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.691Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2031] 
18:08:12 [2024-02-24T23:08:12.691Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener);
18:08:12 [2024-02-24T23:08:12.691Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.691Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.691Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2032] 
18:08:12 [2024-02-24T23:08:12.691Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener);
18:08:12 [2024-02-24T23:08:12.691Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.691Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.691Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2033] 
18:08:12 [2024-02-24T23:08:12.691Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener);
18:08:12 [2024-02-24T23:08:12.691Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.691Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.691Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2034] 
18:08:12 [2024-02-24T23:08:12.691Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener);
18:08:12 [2024-02-24T23:08:12.691Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.692Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2035] 
18:08:12 [2024-02-24T23:08:12.692Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener);
18:08:12 [2024-02-24T23:08:12.692Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.692Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2036] 
18:08:12 [2024-02-24T23:08:12.692Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener);
18:08:12 [2024-02-24T23:08:12.692Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:12 [2024-02-24T23:08:12.692Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java:[506] 
18:08:12 [2024-02-24T23:08:12.692Z] 	offsetX = image.getBoundsInPixels().width - offsetX;
18:08:12 [2024-02-24T23:08:12.692Z] 	                ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.692Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[472] 
18:08:12 [2024-02-24T23:08:12.692Z] 	Rectangle rect = image.getBoundsInPixels();
18:08:12 [2024-02-24T23:08:12.692Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.692Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[987] 
18:08:12 [2024-02-24T23:08:12.692Z] 	Rectangle b = image.getBoundsInPixels();
18:08:12 [2024-02-24T23:08:12.692Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.692Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[49] 
18:08:12 [2024-02-24T23:08:12.693Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.693Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java:[288] 
18:08:12 [2024-02-24T23:08:12.693Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.693Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java:[350] 
18:08:12 [2024-02-24T23:08:12.693Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.693Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java:[1383] 
18:08:12 [2024-02-24T23:08:12.693Z] 	int imageWidth = image.getBoundsInPixels().width;
18:08:12 [2024-02-24T23:08:12.693Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java:[1387] 
18:08:12 [2024-02-24T23:08:12.693Z] 	int y = Math.max (0, (nmcd.bottom - image.getBoundsInPixels().height) / 2);
18:08:12 [2024-02-24T23:08:12.693Z] 	                                          ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.693Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[125] 
18:08:12 [2024-02-24T23:08:12.693Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.693Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.693Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[223] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.694Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java:[502] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.694Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java:[149] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle rect = image.getBoundsInPixels();
18:08:12 [2024-02-24T23:08:12.694Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java:[555] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle imageRect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.694Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1176] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.694Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.694Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1198] 
18:08:12 [2024-02-24T23:08:12.694Z] 	Rectangle rect = item.image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.694Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.694Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java:[461] 
18:08:12 [2024-02-24T23:08:12.695Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.695Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2855] 
18:08:12 [2024-02-24T23:08:12.695Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.695Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2895] 
18:08:12 [2024-02-24T23:08:12.695Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.695Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6971] 
18:08:12 [2024-02-24T23:08:12.695Z] 	int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2);
18:08:12 [2024-02-24T23:08:12.695Z] 	                                                     ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6973] 
18:08:12 [2024-02-24T23:08:12.695Z] 	x += columns[i].image.getBoundsInPixels().width + 12;
18:08:12 [2024-02-24T23:08:12.695Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.695Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[7297] 
18:08:12 [2024-02-24T23:08:12.695Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.695Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.695Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java:[420] 
18:08:12 [2024-02-24T23:08:12.696Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.696Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java:[1110] 
18:08:12 [2024-02-24T23:08:12.696Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.696Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java:[3745] 
18:08:12 [2024-02-24T23:08:12.696Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.696Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java:[3769] 
18:08:12 [2024-02-24T23:08:12.696Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.696Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java:[7923] 
18:08:12 [2024-02-24T23:08:12.696Z] 	int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2);
18:08:12 [2024-02-24T23:08:12.696Z] 	                                                     ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.696Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java:[7925] 
18:08:12 [2024-02-24T23:08:12.696Z] 	x += columns[i].image.getBoundsInPixels().width + 12;
18:08:12 [2024-02-24T23:08:12.696Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.696Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.697Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java:[392] 
18:08:12 [2024-02-24T23:08:12.697Z] 	Rectangle bounds = headerImage.getBoundsInPixels ();
18:08:12 [2024-02-24T23:08:12.697Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:12 [2024-02-24T23:08:12.697Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:12 [2024-02-24T23:08:12.697Z] 42 problems (42 warnings)
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/test/resources
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.697Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT-sources.jar
18:08:12 [2024-02-24T23:08:12.953Z] [INFO] 
18:08:12 [2024-02-24T23:08:12.953Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:12 [2024-02-24T23:08:12.953Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT.jar
18:08:13 [2024-02-24T23:08:13.209Z] [INFO] 
18:08:13 [2024-02-24T23:08:13.209Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:13 [2024-02-24T23:08:13.465Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF
18:08:13 [2024-02-24T23:08:13.465Z]     The main artifact has been replaced with the baseline version.
18:08:13 [2024-02-24T23:08:13.465Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:13 [2024-02-24T23:08:13.465Z] 
18:08:13 [2024-02-24T23:08:13.465Z] [INFO] 
18:08:13 [2024-02-24T23:08:13.465Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:13 [2024-02-24T23:08:13.465Z] [INFO] Executing tasks
18:08:13 [2024-02-24T23:08:13.465Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload
18:08:13 [2024-02-24T23:08:13.465Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/@dot.src
18:08:13 [2024-02-24T23:08:13.466Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload
18:08:13 [2024-02-24T23:08:13.466Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/swt.jar
18:08:14 [2024-02-24T23:08:14.028Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/src.zip
18:08:14 [2024-02-24T23:08:14.284Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swt-I20240224-1800-win32-win32-x86_64.zip
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] Executed tasks
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] 
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] Execution was skipped
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] 
18:08:14 [2024-02-24T23:08:14.284Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:14 [2024-02-24T23:08:14.847Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:14 [2024-02-24T23:08:14.847Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT.jar
18:08:17 [2024-02-24T23:08:17.365Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:17 [2024-02-24T23:08:17.366Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.125.0-SNAPSHOT-sources.jar
18:08:18 [2024-02-24T23:08:18.730Z] [INFO] 
18:08:18 [2024-02-24T23:08:18.730Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF
18:08:18 [2024-02-24T23:08:18.989Z]     The main artifact has been replaced with the baseline version.
18:08:18 [2024-02-24T23:08:18.989Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:18 [2024-02-24T23:08:18.989Z] 
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] 
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >---------
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) 3.125.0-SNAPSHOT [24/521]
18:08:18 [2024-02-24T23:08:18.989Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:18 [2024-02-24T23:08:18.989Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@214ce26a
18:08:18 [2024-02-24T23:08:18.990Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:22 [2024-02-24T23:08:22.345Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:22 [2024-02-24T23:08:22.909Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:23 [2024-02-24T23:08:23.474Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:23 [2024-02-24T23:08:23.475Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:23 [2024-02-24T23:08:23.732Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:23 [2024-02-24T23:08:23.989Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:23 [2024-02-24T23:08:23.991Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:24 [2024-02-24T23:08:24.247Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
18:08:24 [2024-02-24T23:08:24.248Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/saveproperties
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] Executing tasks
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] Executed tasks
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] The project's OSGi version is 3.125.0.v20240217-1555
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa)
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources
18:08:24 [2024-02-24T23:08:24.504Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] Executing tasks
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] Executed tasks
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] 
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:24 [2024-02-24T23:08:24.505Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:24 [2024-02-24T23:08:24.505Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:25 [2024-02-24T23:08:25.868Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.868Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.868Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/test/resources
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] 
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:25 [2024-02-24T23:08:25.869Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT-sources.jar
18:08:26 [2024-02-24T23:08:26.124Z] [INFO] 
18:08:26 [2024-02-24T23:08:26.124Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:26 [2024-02-24T23:08:26.125Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT.jar
18:08:26 [2024-02-24T23:08:26.379Z] [INFO] 
18:08:26 [2024-02-24T23:08:26.379Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:26 [2024-02-24T23:08:26.635Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF
18:08:26 [2024-02-24T23:08:26.635Z]     The main artifact has been replaced with the baseline version.
18:08:26 [2024-02-24T23:08:26.635Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:26 [2024-02-24T23:08:26.635Z] 
18:08:26 [2024-02-24T23:08:26.635Z] [INFO] 
18:08:26 [2024-02-24T23:08:26.636Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:26 [2024-02-24T23:08:26.636Z] [INFO] Executing tasks
18:08:26 [2024-02-24T23:08:26.636Z] [INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload
18:08:26 [2024-02-24T23:08:26.636Z] [INFO]      [copy] Copying 41 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/@dot.src
18:08:26 [2024-02-24T23:08:26.636Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload
18:08:26 [2024-02-24T23:08:26.636Z] [INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/swt.jar
18:08:27 [2024-02-24T23:08:27.198Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/src.zip
18:08:27 [2024-02-24T23:08:27.198Z] [INFO]       [zip] library/build.sh already added, skipping
18:08:27 [2024-02-24T23:08:27.454Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20240224-1800-cocoa-macosx-x86_64.zip
18:08:27 [2024-02-24T23:08:27.454Z] [INFO] Executed tasks
18:08:27 [2024-02-24T23:08:27.454Z] [INFO] 
18:08:27 [2024-02-24T23:08:27.455Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:27 [2024-02-24T23:08:27.455Z] [INFO] Execution was skipped
18:08:27 [2024-02-24T23:08:27.455Z] [INFO] 
18:08:27 [2024-02-24T23:08:27.455Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:28 [2024-02-24T23:08:28.380Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:28 [2024-02-24T23:08:28.380Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT.jar
18:08:30 [2024-02-24T23:08:30.271Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:30 [2024-02-24T23:08:30.272Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0-SNAPSHOT-sources.jar
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF
18:08:32 [2024-02-24T23:08:32.160Z]     The main artifact has been replaced with the baseline version.
18:08:32 [2024-02-24T23:08:32.160Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:32 [2024-02-24T23:08:32.160Z] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >---------------
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] Building [bundle] JFace 3.33.0-SNAPSHOT                         [25/521]
18:08:32 [2024-02-24T23:08:32.160Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] The project's OSGi version is 3.33.0.v20240214-1640
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.160Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/saveproperties
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.161Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.416Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] Resolving class path of [bundle] JFace
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] 
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.jface ---
18:08:32 [2024-02-24T23:08:32.417Z] [INFO] Compiling 419 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:33 [2024-02-24T23:08:33.344Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java:[22] 
18:08:33 [2024-02-24T23:08:33.344Z] 	import org.eclipse.jface.dialogs.AnimatorFactory;
18:08:33 [2024-02-24T23:08:33.344Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.344Z] The type AnimatorFactory is deprecated
18:08:33 [2024-02-24T23:08:33.344Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java:[57] 
18:08:33 [2024-02-24T23:08:33.344Z] 	private static AnimatorFactory animatorFactory;
18:08:33 [2024-02-24T23:08:33.344Z] 	               ^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.344Z] The type AnimatorFactory is deprecated
18:08:33 [2024-02-24T23:08:33.344Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1046] 
18:08:33 [2024-02-24T23:08:33.344Z] 	public ViewerSorter getSorter() {
18:08:33 [2024-02-24T23:08:33.344Z] 	       ^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.344Z] The type ViewerSorter is deprecated
18:08:33 [2024-02-24T23:08:33.344Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1047] 
18:08:33 [2024-02-24T23:08:33.345Z] 	if (sorter instanceof ViewerSorter)
18:08:33 [2024-02-24T23:08:33.345Z] 	                      ^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.345Z] The type ViewerSorter is deprecated
18:08:33 [2024-02-24T23:08:33.345Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java:[1048] 
18:08:33 [2024-02-24T23:08:33.345Z] 	return (ViewerSorter)sorter;
18:08:33 [2024-02-24T23:08:33.345Z] 	        ^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.345Z] The type ViewerSorter is deprecated
18:08:33 [2024-02-24T23:08:33.345Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePathViewerSorter.java:[25] 
18:08:33 [2024-02-24T23:08:33.345Z] 	public class TreePathViewerSorter extends ViewerSorter {
18:08:33 [2024-02-24T23:08:33.345Z] 	                                          ^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.345Z] The type ViewerSorter is deprecated
18:08:33 [2024-02-24T23:08:33.345Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] 
18:08:33 [2024-02-24T23:08:33.345Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:33 [2024-02-24T23:08:33.345Z] 	                 ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.345Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.345Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] 
18:08:33 [2024-02-24T23:08:33.345Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:33 [2024-02-24T23:08:33.345Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.345Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.345Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[127] 
18:08:33 [2024-02-24T23:08:33.345Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:33 [2024-02-24T23:08:33.346Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.346Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[312] 
18:08:33 [2024-02-24T23:08:33.346Z] 	sortMon = new FastProgressReporter();
18:08:33 [2024-02-24T23:08:33.346Z] 	              ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.346Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[312] 
18:08:33 [2024-02-24T23:08:33.346Z] 	sortMon = new FastProgressReporter();
18:08:33 [2024-02-24T23:08:33.346Z] 	              ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.346Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[374] 
18:08:33 [2024-02-24T23:08:33.346Z] 	sortMon.cancel();
18:08:33 [2024-02-24T23:08:33.346Z] 	        ^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.346Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[386] 
18:08:33 [2024-02-24T23:08:33.346Z] 	sortMon.cancel();
18:08:33 [2024-02-24T23:08:33.346Z] 	        ^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.346Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[425] 
18:08:33 [2024-02-24T23:08:33.346Z] 	sortMon.cancel();
18:08:33 [2024-02-24T23:08:33.346Z] 	        ^^^^^^^^
18:08:33 [2024-02-24T23:08:33.346Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.347Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[478] 
18:08:33 [2024-02-24T23:08:33.347Z] 	sortMon.cancel();
18:08:33 [2024-02-24T23:08:33.347Z] 	        ^^^^^^^^
18:08:33 [2024-02-24T23:08:33.347Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.347Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java:[498] 
18:08:33 [2024-02-24T23:08:33.347Z] 	sortMon.cancel();
18:08:33 [2024-02-24T23:08:33.347Z] 	        ^^^^^^^^
18:08:33 [2024-02-24T23:08:33.347Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.347Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[367] 
18:08:33 [2024-02-24T23:08:33.347Z] 	private final int partition(int subTree, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.347Z] 	                                         ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.347Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.347Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[386] 
18:08:33 [2024-02-24T23:08:33.347Z] 	if (mon.isCanceled()) {
18:08:33 [2024-02-24T23:08:33.347Z] 	        ^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.347Z] The method isCanceled() from the type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.347Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[849] 
18:08:33 [2024-02-24T23:08:33.347Z] 	/* package */ final void retainFirst(int n, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.347Z] 	                                            ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.347Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.348Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[870] 
18:08:33 [2024-02-24T23:08:33.348Z] 	retainFirst(n, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.348Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.348Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.348Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[870] 
18:08:33 [2024-02-24T23:08:33.348Z] 	retainFirst(n, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.348Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.348Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.348Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[887] 
18:08:33 [2024-02-24T23:08:33.348Z] 	removeRange(first, length, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.348Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.348Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.348Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[887] 
18:08:33 [2024-02-24T23:08:33.348Z] 	removeRange(first, length, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.348Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.348Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.348Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[907] 
18:08:33 [2024-02-24T23:08:33.348Z] 	/* package */ final void removeRange(int first, int length, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.348Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.349Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.349Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[915] 
18:08:33 [2024-02-24T23:08:33.349Z] 	private final void removeRange(int node, int rangeStart, int rangeLength, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.349Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.349Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.349Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1050] 
18:08:33 [2024-02-24T23:08:33.349Z] 	result = partition(result, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.349Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.349Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.349Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1050] 
18:08:33 [2024-02-24T23:08:33.349Z] 	result = partition(result, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.349Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.349Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.349Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1201] 
18:08:33 [2024-02-24T23:08:33.349Z] 	/* package */ final int getFirst(Object[] result, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.349Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.349Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.350Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1224] 
18:08:33 [2024-02-24T23:08:33.350Z] 	returnValue = getFirst(result, sorted, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.350Z] 	                                           ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.350Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.350Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1224] 
18:08:33 [2024-02-24T23:08:33.350Z] 	returnValue = getFirst(result, sorted, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.350Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.350Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.350Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1250] 
18:08:33 [2024-02-24T23:08:33.350Z] 	/* package */ final int getRange(Object[] result, int rangeStart, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.350Z] 	                                                                                  ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.350Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.350Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1271] 
18:08:33 [2024-02-24T23:08:33.350Z] 	returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.350Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.350Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.350Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1271] 
18:08:33 [2024-02-24T23:08:33.350Z] 	returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.350Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.350Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.351Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1289] 
18:08:33 [2024-02-24T23:08:33.351Z] 	getRange(result, index, false, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.351Z] 	                                   ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.351Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.351Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1289] 
18:08:33 [2024-02-24T23:08:33.351Z] 	getRange(result, index, false, new FastProgressReporter());
18:08:33 [2024-02-24T23:08:33.351Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.351Z] The constructor FastProgressReporter() is deprecated
18:08:33 [2024-02-24T23:08:33.351Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1316] 
18:08:33 [2024-02-24T23:08:33.351Z] 	private final int getRange(Object[] result, int resultIdx, int rangeStart, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.351Z] 	                                                                                                     ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.351Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.351Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java:[1367] 
18:08:33 [2024-02-24T23:08:33.351Z] 	private final int getChildren(Object[] result, int resultIdx, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:33 [2024-02-24T23:08:33.351Z] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.351Z] The type FastProgressReporter is deprecated
18:08:33 [2024-02-24T23:08:33.352Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java:[26] 
18:08:33 [2024-02-24T23:08:33.352Z] 	import org.eclipse.core.runtime.IProgressMonitorWithBlocking;
18:08:33 [2024-02-24T23:08:33.352Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.352Z] The type IProgressMonitorWithBlocking is deprecated
18:08:33 [2024-02-24T23:08:33.352Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java:[55] 
18:08:33 [2024-02-24T23:08:33.352Z] 	IProgressMonitorWithBlocking {
18:08:33 [2024-02-24T23:08:33.352Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:33 [2024-02-24T23:08:33.352Z] The type IProgressMonitorWithBlocking is deprecated
18:08:33 [2024-02-24T23:08:33.352Z] 39 problems (39 warnings)
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] 
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.jface ---
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] 
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.jface ---
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] 
18:08:33 [2024-02-24T23:08:33.352Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/src/test/resources
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.241Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.242Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT-sources.jar
18:08:35 [2024-02-24T23:08:35.242Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.242Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.242Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT.jar
18:08:35 [2024-02-24T23:08:35.497Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.497Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.497Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF
18:08:35 [2024-02-24T23:08:35.498Z]     The main artifact has been replaced with the baseline version.
18:08:35 [2024-02-24T23:08:35.498Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:35 [2024-02-24T23:08:35.498Z] 
18:08:35 [2024-02-24T23:08:35.498Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.498Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.498Z] [INFO] Execution was skipped
18:08:35 [2024-02-24T23:08:35.498Z] [INFO] 
18:08:35 [2024-02-24T23:08:35.498Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface ---
18:08:35 [2024-02-24T23:08:35.753Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:35 [2024-02-24T23:08:35.753Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT.jar
18:08:37 [2024-02-24T23:08:37.643Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:37 [2024-02-24T23:08:37.643Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.33.0-SNAPSHOT-sources.jar
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.jface ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF
18:08:39 [2024-02-24T23:08:39.010Z]     The main artifact has been replaced with the baseline version.
18:08:39 [2024-02-24T23:08:39.010Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:39 [2024-02-24T23:08:39.010Z] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >---------
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] Building [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT [26/521]
18:08:39 [2024-02-24T23:08:39.010Z] [INFO]   from equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] The project's OSGi version is 3.11.0.v20240210-0844
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/saveproperties
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.010Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.011Z] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:39 [2024-02-24T23:08:39.267Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[19] 
18:08:39 [2024-02-24T23:08:39.267Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:39 [2024-02-24T23:08:39.267Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.267Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.267Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[130] 
18:08:39 [2024-02-24T23:08:39.267Z] 	ILegacyPreferences initService = PreferencesOSGiUtils.getDefault().getLegacyPreferences();
18:08:39 [2024-02-24T23:08:39.267Z] 	^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.267Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.267Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[132] 
18:08:39 [2024-02-24T23:08:39.267Z] 	plugin = initService.init(plugin, name);
18:08:39 [2024-02-24T23:08:39.267Z] 	                     ^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.267Z] The method init(Object, String) from the type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.267Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[16] 
18:08:39 [2024-02-24T23:08:39.267Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:39 [2024-02-24T23:08:39.267Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.267Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.267Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[20] 
18:08:39 [2024-02-24T23:08:39.268Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:08:39 [2024-02-24T23:08:39.268Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type PackageAdmin is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[30] 
18:08:39 [2024-02-24T23:08:39.268Z] 	private ServiceTracker<?, ILegacyPreferences> initTracker;
18:08:39 [2024-02-24T23:08:39.268Z] 	                          ^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[32] 
18:08:39 [2024-02-24T23:08:39.268Z] 	private ServiceTracker<?, PackageAdmin> bundleTracker;
18:08:39 [2024-02-24T23:08:39.268Z] 	                          ^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type PackageAdmin is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[57] 
18:08:39 [2024-02-24T23:08:39.268Z] 	initTracker = new ServiceTracker<>(context, ILegacyPreferences.class, null);
18:08:39 [2024-02-24T23:08:39.268Z] 	                                            ^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[63] 
18:08:39 [2024-02-24T23:08:39.268Z] 	bundleTracker = new ServiceTracker<>(context, PackageAdmin.class, null);
18:08:39 [2024-02-24T23:08:39.268Z] 	                                              ^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type PackageAdmin is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[109] 
18:08:39 [2024-02-24T23:08:39.268Z] 	public ILegacyPreferences getLegacyPreferences() {
18:08:39 [2024-02-24T23:08:39.268Z] 	       ^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.268Z] The type ILegacyPreferences is deprecated
18:08:39 [2024-02-24T23:08:39.268Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[138] 
18:08:39 [2024-02-24T23:08:39.269Z] 	PackageAdmin packageAdmin = bundleTracker.getService();
18:08:39 [2024-02-24T23:08:39.269Z] 	^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.269Z] The type PackageAdmin is deprecated
18:08:39 [2024-02-24T23:08:39.269Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[141] 
18:08:39 [2024-02-24T23:08:39.269Z] 	Bundle[] bundles = packageAdmin.getBundles(bundleName, null);
18:08:39 [2024-02-24T23:08:39.269Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:39 [2024-02-24T23:08:39.269Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:08:39 [2024-02-24T23:08:39.269Z] 12 problems (12 warnings)
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/src/test/resources
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT-sources.jar
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT.jar
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.269Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF
18:08:39 [2024-02-24T23:08:39.270Z]     The main artifact has been replaced with the baseline version.
18:08:39 [2024-02-24T23:08:39.270Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:39 [2024-02-24T23:08:39.270Z] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF
18:08:39 [2024-02-24T23:08:39.270Z]     The main artifact has been replaced with the baseline version.
18:08:39 [2024-02-24T23:08:39.270Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:39 [2024-02-24T23:08:39.270Z] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] Execution was skipped
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] 
18:08:39 [2024-02-24T23:08:39.270Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.preferences ---
18:08:39 [2024-02-24T23:08:39.526Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:39 [2024-02-24T23:08:39.526Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT.jar
18:08:40 [2024-02-24T23:08:40.455Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:40 [2024-02-24T23:08:40.455Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT-sources.jar
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.preferences ---
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF
18:08:41 [2024-02-24T23:08:41.383Z]     The main artifact has been replaced with the baseline version.
18:08:41 [2024-02-24T23:08:41.383Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:41 [2024-02-24T23:08:41.383Z] 
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >----------
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] Building [bundle] Eclipse Content Mechanism 3.9.300-SNAPSHOT    [27/521]
18:08:41 [2024-02-24T23:08:41.383Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
18:08:41 [2024-02-24T23:08:41.383Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:41 [2024-02-24T23:08:41.639Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.639Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.639Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] The project's OSGi version is 3.9.300.v20231218-0909
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/saveproperties
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] Resolving class path of [bundle] Eclipse Content Mechanism
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.640Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.641Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/test/resources
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.897Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT-sources.jar
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT.jar
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
18:08:41 [2024-02-24T23:08:41.898Z]     The main artifact has been replaced with the baseline version.
18:08:41 [2024-02-24T23:08:41.898Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:41 [2024-02-24T23:08:41.898Z] 
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] Execution was skipped
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] 
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.contenttype ---
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:08:41 [2024-02-24T23:08:41.898Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT.jar
18:08:42 [2024-02-24T23:08:42.825Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:42 [2024-02-24T23:08:42.826Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.300-SNAPSHOT-sources.jar
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.core.contenttype ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
18:08:43 [2024-02-24T23:08:43.754Z]     The main artifact has been replaced with the baseline version.
18:08:43 [2024-02-24T23:08:43.754Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:43 [2024-02-24T23:08:43.754Z] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >-------------
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] Building [bundle] Equinox Application Container 1.7.0-SNAPSHOT  [28/521]
18:08:43 [2024-02-24T23:08:43.754Z] [INFO]   from equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] The project's OSGi version is 1.7.0.v20240213-1427
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/saveproperties
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.754Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] Resolving class path of [bundle] Equinox Application Container
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-73) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] Source directory: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src added.
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/main/resources
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/main/resources
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] 
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.app ---
18:08:43 [2024-02-24T23:08:43.755Z] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:44 [2024-02-24T23:08:44.013Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[48] 
18:08:44 [2024-02-24T23:08:44.013Z] 	public static final String LIFECYCLE_ACTION = "lifecycle";
18:08:44 [2024-02-24T23:08:44.013Z] 	                                              ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.013Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.013Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[56] 
18:08:44 [2024-02-24T23:08:44.013Z] 	public static final String SCHEDULE_ACTION = "schedule";
18:08:44 [2024-02-24T23:08:44.013Z] 	                                             ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.013Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.013Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[61] 
18:08:44 [2024-02-24T23:08:44.013Z] 	public static final String LOCK_ACTION = "lock";
18:08:44 [2024-02-24T23:08:44.013Z] 	                                         ^^^^^^
18:08:44 [2024-02-24T23:08:44.013Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.013Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[100] 
18:08:44 [2024-02-24T23:08:44.014Z] 	super(filter == null ? "*" : filter);
18:08:44 [2024-02-24T23:08:44.014Z] 	                       ^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.014Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[103] 
18:08:44 [2024-02-24T23:08:44.014Z] 	filter = "*";
18:08:44 [2024-02-24T23:08:44.014Z] 	         ^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.014Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[106] 
18:08:44 [2024-02-24T23:08:44.014Z] 	throw new NullPointerException( "Action string cannot be null!" );
18:08:44 [2024-02-24T23:08:44.014Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.014Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[109] 
18:08:44 [2024-02-24T23:08:44.014Z] 	this.filter = (filter == null ? "*" : filter);
18:08:44 [2024-02-24T23:08:44.014Z] 	                                ^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.014Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] 
18:08:44 [2024-02-24T23:08:44.014Z] 	if( !filter.equals( "*" ) && !filter.equals( "<<SELF>>" ) )
18:08:44 [2024-02-24T23:08:44.014Z] 	                    ^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.014Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] 
18:08:44 [2024-02-24T23:08:44.014Z] 	if( !filter.equals( "*" ) && !filter.equals( "<<SELF>>" ) )
18:08:44 [2024-02-24T23:08:44.014Z] 	                                             ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.014Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.015Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[128] 
18:08:44 [2024-02-24T23:08:44.015Z] 	throw new NullPointerException( "ApplicationDescriptor and action string cannot be null!" );
18:08:44 [2024-02-24T23:08:44.015Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.015Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.015Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[193] 
18:08:44 [2024-02-24T23:08:44.015Z] 	if( !filter.equals("*") ) {
18:08:44 [2024-02-24T23:08:44.015Z] 	                   ^^^
18:08:44 [2024-02-24T23:08:44.015Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.015Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[197] 
18:08:44 [2024-02-24T23:08:44.015Z] 	if( filter.equals( "<<SELF>>") ) {
18:08:44 [2024-02-24T23:08:44.015Z] 	                   ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.015Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.015Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] 
18:08:44 [2024-02-24T23:08:44.015Z] 	Hashtable props = new Hashtable();
18:08:44 [2024-02-24T23:08:44.015Z] 	^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.015Z] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.016Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] 
18:08:44 [2024-02-24T23:08:44.016Z] 	Hashtable props = new Hashtable();
18:08:44 [2024-02-24T23:08:44.016Z] 	                      ^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.016Z] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.016Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] 
18:08:44 [2024-02-24T23:08:44.016Z] 	props.put( "pid", other.applicationDescriptor.getApplicationId() );
18:08:44 [2024-02-24T23:08:44.016Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.016Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.016Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] 
18:08:44 [2024-02-24T23:08:44.016Z] 	props.put( "pid", other.applicationDescriptor.getApplicationId() );
18:08:44 [2024-02-24T23:08:44.016Z] 	           ^^^^^
18:08:44 [2024-02-24T23:08:44.016Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.016Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] 
18:08:44 [2024-02-24T23:08:44.016Z] 	props.put( "signer", new SignerWrapper( other.applicationDescriptor ) );
18:08:44 [2024-02-24T23:08:44.016Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.016Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.017Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] 
18:08:44 [2024-02-24T23:08:44.017Z] 	props.put( "signer", new SignerWrapper( other.applicationDescriptor ) );
18:08:44 [2024-02-24T23:08:44.017Z] 	           ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.017Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.017Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[213] 
18:08:44 [2024-02-24T23:08:44.017Z] 	if( !flt.match( props ) )
18:08:44 [2024-02-24T23:08:44.017Z] 	                ^^^^^
18:08:44 [2024-02-24T23:08:44.017Z] Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary<String,?>
18:08:44 [2024-02-24T23:08:44.017Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[218] 
18:08:44 [2024-02-24T23:08:44.017Z] 	if( !actionsVector.containsAll( other.actionsVector ) )
18:08:44 [2024-02-24T23:08:44.017Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.017Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.017Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] 
18:08:44 [2024-02-24T23:08:44.017Z] 	private static final Vector ACTIONS = new Vector();
18:08:44 [2024-02-24T23:08:44.017Z] 	                     ^^^^^^
18:08:44 [2024-02-24T23:08:44.017Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.017Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] 
18:08:44 [2024-02-24T23:08:44.017Z] 	private static final Vector ACTIONS = new Vector();
18:08:44 [2024-02-24T23:08:44.017Z] 	                                          ^^^^^^
18:08:44 [2024-02-24T23:08:44.017Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.018Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[284] 
18:08:44 [2024-02-24T23:08:44.018Z] 	private              Vector actionsVector;
18:08:44 [2024-02-24T23:08:44.018Z] 	                     ^^^^^^
18:08:44 [2024-02-24T23:08:44.018Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.018Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[290] 
18:08:44 [2024-02-24T23:08:44.018Z] 	ACTIONS.add(LIFECYCLE_ACTION);
18:08:44 [2024-02-24T23:08:44.018Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.018Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.018Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[291] 
18:08:44 [2024-02-24T23:08:44.018Z] 	ACTIONS.add(SCHEDULE_ACTION);
18:08:44 [2024-02-24T23:08:44.018Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.018Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.018Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[292] 
18:08:44 [2024-02-24T23:08:44.018Z] 	ACTIONS.add(LOCK_ACTION);
18:08:44 [2024-02-24T23:08:44.018Z] 	^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.018Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.018Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[295] 
18:08:44 [2024-02-24T23:08:44.019Z] 	private static Vector actionsVector(String actions) {
18:08:44 [2024-02-24T23:08:44.019Z] 	               ^^^^^^
18:08:44 [2024-02-24T23:08:44.019Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.019Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] 
18:08:44 [2024-02-24T23:08:44.019Z] 	Vector v = new Vector();
18:08:44 [2024-02-24T23:08:44.019Z] 	^^^^^^
18:08:44 [2024-02-24T23:08:44.019Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.019Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] 
18:08:44 [2024-02-24T23:08:44.019Z] 	Vector v = new Vector();
18:08:44 [2024-02-24T23:08:44.019Z] 	               ^^^^^^
18:08:44 [2024-02-24T23:08:44.019Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.019Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[297] 
18:08:44 [2024-02-24T23:08:44.019Z] 	StringTokenizer t = new StringTokenizer(actions.toUpperCase(), ",");
18:08:44 [2024-02-24T23:08:44.019Z] 	                                                               ^^^
18:08:44 [2024-02-24T23:08:44.019Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.019Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[300] 
18:08:44 [2024-02-24T23:08:44.019Z] 	v.add(action.toLowerCase());
18:08:44 [2024-02-24T23:08:44.019Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.019Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.020Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[304] 
18:08:44 [2024-02-24T23:08:44.020Z] 	v.add( LIFECYCLE_ACTION );
18:08:44 [2024-02-24T23:08:44.020Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.020Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.020Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[317] 
18:08:44 [2024-02-24T23:08:44.020Z] 	public SignerWrapper(String pattern) {
18:08:44 [2024-02-24T23:08:44.020Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.020Z] The constructor ApplicationAdminPermission.SignerWrapper(String) is never used locally
18:08:44 [2024-02-24T23:08:44.020Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[330] 
18:08:44 [2024-02-24T23:08:44.020Z] 	ApplicationDescriptor matchAppDesc = (ApplicationDescriptor) (appDesc != null ? appDesc : other.appDesc);
18:08:44 [2024-02-24T23:08:44.020Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.020Z] Unnecessary cast from ApplicationDescriptor to ApplicationDescriptor
18:08:44 [2024-02-24T23:08:44.020Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[339] 
18:08:44 [2024-02-24T23:08:44.020Z] 	if ( actions.equals("*") )
18:08:44 [2024-02-24T23:08:44.020Z] 	                    ^^^
18:08:44 [2024-02-24T23:08:44.020Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.020Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] 
18:08:44 [2024-02-24T23:08:44.021Z] 	actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION );
18:08:44 [2024-02-24T23:08:44.021Z] 	                                                  ^^^
18:08:44 [2024-02-24T23:08:44.021Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.021Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] 
18:08:44 [2024-02-24T23:08:44.021Z] 	actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION );
18:08:44 [2024-02-24T23:08:44.021Z] 	                                                                          ^^^
18:08:44 [2024-02-24T23:08:44.021Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.021Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[341] 
18:08:44 [2024-02-24T23:08:44.021Z] 	else if (!ACTIONS.containsAll(actionsVector))
18:08:44 [2024-02-24T23:08:44.021Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.021Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.021Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[342] 
18:08:44 [2024-02-24T23:08:44.021Z] 	throw new IllegalArgumentException("Illegal action!");
18:08:44 [2024-02-24T23:08:44.021Z] 	                                   ^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.021Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.021Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[45] 
18:08:44 [2024-02-24T23:08:44.021Z] 	public static final String APPLICATION_NAME = "application.name";
18:08:44 [2024-02-24T23:08:44.021Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.021Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.022Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[50] 
18:08:44 [2024-02-24T23:08:44.022Z] 	public static final String APPLICATION_ICON = "application.icon";
18:08:44 [2024-02-24T23:08:44.022Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.022Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.022Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[60] 
18:08:44 [2024-02-24T23:08:44.022Z] 	public static final String APPLICATION_VERSION = "application.version";
18:08:44 [2024-02-24T23:08:44.022Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.022Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.022Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[70] 
18:08:44 [2024-02-24T23:08:44.022Z] 	public static final String APPLICATION_VISIBLE = "application.visible";
18:08:44 [2024-02-24T23:08:44.022Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.022Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.022Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[75] 
18:08:44 [2024-02-24T23:08:44.022Z] 	public static final String APPLICATION_LAUNCHABLE = "application.launchable";
18:08:44 [2024-02-24T23:08:44.022Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.022Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.022Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[80] 
18:08:44 [2024-02-24T23:08:44.022Z] 	public static final String APPLICATION_LOCKED = "application.locked";
18:08:44 [2024-02-24T23:08:44.022Z] 	                                                ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.022Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.023Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[85] 
18:08:44 [2024-02-24T23:08:44.023Z] 	public static final String APPLICATION_DESCRIPTION = "application.description";
18:08:44 [2024-02-24T23:08:44.023Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.023Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.023Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[90] 
18:08:44 [2024-02-24T23:08:44.023Z] 	public static final String APPLICATION_DOCUMENTATION = "application.documentation";
18:08:44 [2024-02-24T23:08:44.023Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.023Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.023Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[95] 
18:08:44 [2024-02-24T23:08:44.023Z] 	public static final String APPLICATION_COPYRIGHT = "application.copyright";
18:08:44 [2024-02-24T23:08:44.023Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.023Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.023Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[100] 
18:08:44 [2024-02-24T23:08:44.023Z] 	public static final String APPLICATION_LICENSE = "application.license";
18:08:44 [2024-02-24T23:08:44.023Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.023Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.023Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[105] 
18:08:44 [2024-02-24T23:08:44.024Z] 	public static final String APPLICATION_CONTAINER = "application.container";
18:08:44 [2024-02-24T23:08:44.024Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.024Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.024Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[110] 
18:08:44 [2024-02-24T23:08:44.024Z] 	public static final String APPLICATION_LOCATION = "application.location";
18:08:44 [2024-02-24T23:08:44.024Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.024Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.024Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[128] 
18:08:44 [2024-02-24T23:08:44.024Z] 	throw new NullPointerException("Application ID must not be null!");
18:08:44 [2024-02-24T23:08:44.024Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.024Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.024Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[196] 
18:08:44 [2024-02-24T23:08:44.024Z] 	public final Map getProperties(String locale) {
18:08:44 [2024-02-24T23:08:44.024Z] 	             ^^^
18:08:44 [2024-02-24T23:08:44.024Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.024Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[197] 
18:08:44 [2024-02-24T23:08:44.024Z] 	Map props = getPropertiesSpecific(locale);
18:08:44 [2024-02-24T23:08:44.024Z] 	^^^
18:08:44 [2024-02-24T23:08:44.024Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.025Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[208] 
18:08:44 [2024-02-24T23:08:44.025Z] 	props.put(APPLICATION_LOCKED, Boolean.valueOf(locked[0]));
18:08:44 [2024-02-24T23:08:44.025Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.025Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.025Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[242] 
18:08:44 [2024-02-24T23:08:44.025Z] 	protected abstract Map getPropertiesSpecific(String locale);
18:08:44 [2024-02-24T23:08:44.025Z] 	                   ^^^
18:08:44 [2024-02-24T23:08:44.025Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.025Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[299] 
18:08:44 [2024-02-24T23:08:44.025Z] 	public final ApplicationHandle launch(Map arguments) throws ApplicationException {
18:08:44 [2024-02-24T23:08:44.025Z] 	                                      ^^^
18:08:44 [2024-02-24T23:08:44.025Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.025Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] 
18:08:44 [2024-02-24T23:08:44.025Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.025Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.025Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.025Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] 
18:08:44 [2024-02-24T23:08:44.025Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.025Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.025Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.026Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[302] 
18:08:44 [2024-02-24T23:08:44.026Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LIFECYCLE_ACTION));
18:08:44 [2024-02-24T23:08:44.026Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.026Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.026Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[305] 
18:08:44 [2024-02-24T23:08:44.026Z] 	throw new ApplicationException(ApplicationException.APPLICATION_LOCKED, "Application is locked, can't launch!");
18:08:44 [2024-02-24T23:08:44.026Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.026Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.026Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[308] 
18:08:44 [2024-02-24T23:08:44.026Z] 	throw new ApplicationException(ApplicationException.APPLICATION_NOT_LAUNCHABLE, "Cannot launch the application!");
18:08:44 [2024-02-24T23:08:44.026Z] 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.026Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.026Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[342] 
18:08:44 [2024-02-24T23:08:44.026Z] 	protected abstract ApplicationHandle launchSpecific(Map arguments) throws Exception;
18:08:44 [2024-02-24T23:08:44.026Z] 	                                                    ^^^
18:08:44 [2024-02-24T23:08:44.026Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.027Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[416] 
18:08:44 [2024-02-24T23:08:44.027Z] 	public final ScheduledApplication schedule(String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) throws InvalidSyntaxException, ApplicationException {
18:08:44 [2024-02-24T23:08:44.027Z] 	                                                              ^^^
18:08:44 [2024-02-24T23:08:44.027Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.027Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] 
18:08:44 [2024-02-24T23:08:44.027Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.027Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.027Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.027Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] 
18:08:44 [2024-02-24T23:08:44.027Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.027Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.027Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.027Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[419] 
18:08:44 [2024-02-24T23:08:44.027Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.SCHEDULE_ACTION));
18:08:44 [2024-02-24T23:08:44.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.027Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.028Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[422] 
18:08:44 [2024-02-24T23:08:44.028Z] 	return AppPersistence.addScheduledApp(this, scheduleId, arguments, topic, eventFilter, recurring);
18:08:44 [2024-02-24T23:08:44.028Z] 	                                                        ^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.028Z] Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
18:08:44 [2024-02-24T23:08:44.028Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] 
18:08:44 [2024-02-24T23:08:44.028Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.028Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.028Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.028Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] 
18:08:44 [2024-02-24T23:08:44.028Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.028Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.028Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.028Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[439] 
18:08:44 [2024-02-24T23:08:44.028Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION));
18:08:44 [2024-02-24T23:08:44.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.028Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.028Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] 
18:08:44 [2024-02-24T23:08:44.029Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.029Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.029Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.029Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] 
18:08:44 [2024-02-24T23:08:44.029Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.029Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.029Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.029Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[470] 
18:08:44 [2024-02-24T23:08:44.029Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION));
18:08:44 [2024-02-24T23:08:44.029Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.029Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.029Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[490] 
18:08:44 [2024-02-24T23:08:44.029Z] 	private void saveLock(boolean locked) {
18:08:44 [2024-02-24T23:08:44.029Z] 	                              ^^^^^^
18:08:44 [2024-02-24T23:08:44.029Z] The parameter locked is hiding a field from type ApplicationDescriptor
18:08:44 [2024-02-24T23:08:44.029Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[498] 
18:08:44 [2024-02-24T23:08:44.029Z] 	private static final Collection scalars = Arrays.asList(new Class[] {String.class, Integer.class, Long.class, Float.class, Double.class, Byte.class, Short.class, Character.class, Boolean.class});
18:08:44 [2024-02-24T23:08:44.029Z] 	                     ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.030Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.030Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[499] 
18:08:44 [2024-02-24T23:08:44.030Z] 	private static final Collection scalarsArrays = Arrays.asList(new Class[] {String[].class, Integer[].class, Long[].class, Float[].class, Double[].class, Byte[].class, Short[].class, Character[].class, Boolean[].class});
18:08:44 [2024-02-24T23:08:44.030Z] 	                     ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.030Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.030Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[500] 
18:08:44 [2024-02-24T23:08:44.030Z] 	private static final Collection primitiveArrays = Arrays.asList(new Class[] {long[].class, int[].class, short[].class, char[].class, byte[].class, double[].class, float[].class, boolean[].class});
18:08:44 [2024-02-24T23:08:44.030Z] 	                     ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.030Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.030Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] 
18:08:44 [2024-02-24T23:08:44.030Z] 	private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException {
18:08:44 [2024-02-24T23:08:44.030Z] 	               ^^^
18:08:44 [2024-02-24T23:08:44.030Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.030Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] 
18:08:44 [2024-02-24T23:08:44.031Z] 	private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException {
18:08:44 [2024-02-24T23:08:44.031Z] 	                             ^^^
18:08:44 [2024-02-24T23:08:44.031Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.031Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] 
18:08:44 [2024-02-24T23:08:44.031Z] 	Map copy = validateValues ? new HashMap() : null;
18:08:44 [2024-02-24T23:08:44.031Z] 	^^^
18:08:44 [2024-02-24T23:08:44.031Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.031Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] 
18:08:44 [2024-02-24T23:08:44.031Z] 	Map copy = validateValues ? new HashMap() : null;
18:08:44 [2024-02-24T23:08:44.031Z] 	                                ^^^^^^^
18:08:44 [2024-02-24T23:08:44.031Z] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.031Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[506] 
18:08:44 [2024-02-24T23:08:44.031Z] 	for (Iterator entries = arguments.entrySet().iterator(); entries.hasNext();) {
18:08:44 [2024-02-24T23:08:44.031Z] 	     ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.031Z] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.031Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] 
18:08:44 [2024-02-24T23:08:44.031Z] 	Map.Entry entry = (Entry) entries.next();
18:08:44 [2024-02-24T23:08:44.031Z] 	^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.031Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.032Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] 
18:08:44 [2024-02-24T23:08:44.032Z] 	Map.Entry entry = (Entry) entries.next();
18:08:44 [2024-02-24T23:08:44.032Z] 	                   ^^^^^
18:08:44 [2024-02-24T23:08:44.032Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.032Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] 
18:08:44 [2024-02-24T23:08:44.032Z] 	throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "<null>" : entry.getKey().getClass().getName());
18:08:44 [2024-02-24T23:08:44.032Z] 	                                   ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.032Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.032Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] 
18:08:44 [2024-02-24T23:08:44.032Z] 	throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "<null>" : entry.getKey().getClass().getName());
18:08:44 [2024-02-24T23:08:44.032Z] 	                                                                                   ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.032Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.032Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[511] 
18:08:44 [2024-02-24T23:08:44.032Z] 	throw new IllegalArgumentException("Empty string is an invalid key");
18:08:44 [2024-02-24T23:08:44.032Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.032Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.032Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] 
18:08:44 [2024-02-24T23:08:44.033Z] 	private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException {
18:08:44 [2024-02-24T23:08:44.033Z] 	                                  ^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.033Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.033Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] 
18:08:44 [2024-02-24T23:08:44.033Z] 	private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException {
18:08:44 [2024-02-24T23:08:44.033Z] 	                                                   ^^^
18:08:44 [2024-02-24T23:08:44.033Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.033Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[519] 
18:08:44 [2024-02-24T23:08:44.033Z] 	Class clazz = entry.getValue().getClass();
18:08:44 [2024-02-24T23:08:44.033Z] 	^^^^^
18:08:44 [2024-02-24T23:08:44.033Z] Class is a raw type. References to generic type Class<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.033Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[523] 
18:08:44 [2024-02-24T23:08:44.033Z] 	copy.put(entry.getKey(), entry.getValue());
18:08:44 [2024-02-24T23:08:44.033Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.033Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.033Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[532] 
18:08:44 [2024-02-24T23:08:44.033Z] 	copy.put(entry.getKey(), copyOfArray);
18:08:44 [2024-02-24T23:08:44.033Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.033Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.034Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] 
18:08:44 [2024-02-24T23:08:44.034Z] 	Collection valueCollection = (Collection) entry.getValue();
18:08:44 [2024-02-24T23:08:44.034Z] 	^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.034Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.034Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] 
18:08:44 [2024-02-24T23:08:44.034Z] 	Collection valueCollection = (Collection) entry.getValue();
18:08:44 [2024-02-24T23:08:44.034Z] 	                              ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.034Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.034Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[539] 
18:08:44 [2024-02-24T23:08:44.034Z] 	for (Iterator it = valueCollection.iterator(); it.hasNext();) {
18:08:44 [2024-02-24T23:08:44.034Z] 	     ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.034Z] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.034Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[540] 
18:08:44 [2024-02-24T23:08:44.034Z] 	Class containedClazz = it.next().getClass();
18:08:44 [2024-02-24T23:08:44.034Z] 	^^^^^
18:08:44 [2024-02-24T23:08:44.034Z] Class is a raw type. References to generic type Class<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.034Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] 
18:08:44 [2024-02-24T23:08:44.034Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:08:44 [2024-02-24T23:08:44.034Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.034Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.035Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] 
18:08:44 [2024-02-24T23:08:44.035Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:08:44 [2024-02-24T23:08:44.035Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.035Z] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.035Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] 
18:08:44 [2024-02-24T23:08:44.035Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:08:44 [2024-02-24T23:08:44.035Z] 	                             ^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.035Z] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.035Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] 
18:08:44 [2024-02-24T23:08:44.035Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:08:44 [2024-02-24T23:08:44.035Z] 	                                        ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.035Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:08:44 [2024-02-24T23:08:44.035Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[46] 
18:08:44 [2024-02-24T23:08:44.035Z] 	public final static String APPLICATION_DESCRIPTOR = "application.descriptor";
18:08:44 [2024-02-24T23:08:44.035Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.035Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.036Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[51] 
18:08:44 [2024-02-24T23:08:44.036Z] 	public final static String APPLICATION_STATE = "application.state";
18:08:44 [2024-02-24T23:08:44.036Z] 	                                               ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.036Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.036Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[59] 
18:08:44 [2024-02-24T23:08:44.036Z] 	public final static String APPLICATION_SUPPORTS_EXITVALUE = "application.supports.exitvalue";
18:08:44 [2024-02-24T23:08:44.036Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.036Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.036Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[65] 
18:08:44 [2024-02-24T23:08:44.036Z] 	public final static String RUNNING = "RUNNING";
18:08:44 [2024-02-24T23:08:44.036Z] 	                                     ^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.036Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.036Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[72] 
18:08:44 [2024-02-24T23:08:44.036Z] 	public final static String STOPPING = "STOPPING";
18:08:44 [2024-02-24T23:08:44.036Z] 	                                      ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.036Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.036Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[104] 
18:08:44 [2024-02-24T23:08:44.036Z] 	throw new NullPointerException("Parameters must not be null!");
18:08:44 [2024-02-24T23:08:44.036Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.036Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.037Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] 
18:08:44 [2024-02-24T23:08:44.037Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.037Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.037Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.037Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] 
18:08:44 [2024-02-24T23:08:44.037Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.037Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.037Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.037Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[214] 
18:08:44 [2024-02-24T23:08:44.037Z] 	sm.checkPermission(new ApplicationAdminPermission(getApplicationDescriptor(), ApplicationAdminPermission.LIFECYCLE_ACTION));
18:08:44 [2024-02-24T23:08:44.037Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.037Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.037Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[48] 
18:08:44 [2024-02-24T23:08:44.037Z] 	public static final String SCHEDULE_ID = "schedule.id";
18:08:44 [2024-02-24T23:08:44.037Z] 	                                         ^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.037Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.038Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[57] 
18:08:44 [2024-02-24T23:08:44.038Z] 	public static final String TRIGGERING_EVENT = "org.osgi.triggeringevent";
18:08:44 [2024-02-24T23:08:44.038Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.038Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.038Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[63] 
18:08:44 [2024-02-24T23:08:44.038Z] 	public static final String TIMER_TOPIC = "org/osgi/application/timer";
18:08:44 [2024-02-24T23:08:44.038Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.038Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.038Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[69] 
18:08:44 [2024-02-24T23:08:44.038Z] 	public static final String YEAR = "year";
18:08:44 [2024-02-24T23:08:44.038Z] 	                                  ^^^^^^
18:08:44 [2024-02-24T23:08:44.038Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.038Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[75] 
18:08:44 [2024-02-24T23:08:44.038Z] 	public static final String MONTH = "month";
18:08:44 [2024-02-24T23:08:44.038Z] 	                                   ^^^^^^^
18:08:44 [2024-02-24T23:08:44.038Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.038Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[81] 
18:08:44 [2024-02-24T23:08:44.038Z] 	public static final String DAY_OF_MONTH = "day_of_month";
18:08:44 [2024-02-24T23:08:44.038Z] 	                                          ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.038Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[87] 
18:08:44 [2024-02-24T23:08:44.039Z] 	public static final String DAY_OF_WEEK = "day_of_week";
18:08:44 [2024-02-24T23:08:44.039Z] 	                                         ^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.039Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[93] 
18:08:44 [2024-02-24T23:08:44.039Z] 	public static final String HOUR_OF_DAY = "hour_of_day";
18:08:44 [2024-02-24T23:08:44.039Z] 	                                         ^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.039Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[99] 
18:08:44 [2024-02-24T23:08:44.039Z] 	public static final String MINUTE = "minute";
18:08:44 [2024-02-24T23:08:44.039Z] 	                                    ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.039Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[163] 
18:08:44 [2024-02-24T23:08:44.039Z] 	public Map getArguments();
18:08:44 [2024-02-24T23:08:44.039Z] 	       ^^^
18:08:44 [2024-02-24T23:08:44.039Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplicationContext.java:[88] 
18:08:44 [2024-02-24T23:08:44.039Z] 	public Map getArguments();
18:08:44 [2024-02-24T23:08:44.039Z] 	       ^^^
18:08:44 [2024-02-24T23:08:44.039Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:08:44 [2024-02-24T23:08:44.039Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[17] 
18:08:44 [2024-02-24T23:08:44.040Z] 	import java.security.AccessController;
18:08:44 [2024-02-24T23:08:44.040Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.040Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.040Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[27] 
18:08:44 [2024-02-24T23:08:44.040Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:08:44 [2024-02-24T23:08:44.040Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.040Z] The type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.040Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[31] 
18:08:44 [2024-02-24T23:08:44.040Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer {
18:08:44 [2024-02-24T23:08:44.040Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.040Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.040Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[37] 
18:08:44 [2024-02-24T23:08:44.040Z] 	private volatile static PackageAdmin _packageAdmin;
18:08:44 [2024-02-24T23:08:44.040Z] 	                        ^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.040Z] The type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.040Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[40] 
18:08:44 [2024-02-24T23:08:44.040Z] 	private volatile static ServiceTracker _frameworkLogTracker;
18:08:44 [2024-02-24T23:08:44.040Z] 	                        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.040Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.040Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[42] 
18:08:44 [2024-02-24T23:08:44.041Z] 	private ServiceTracker registryTracker;
18:08:44 [2024-02-24T23:08:44.041Z] 	        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.041Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.041Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] 
18:08:44 [2024-02-24T23:08:44.041Z] 	ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName());
18:08:44 [2024-02-24T23:08:44.041Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.041Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.041Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] 
18:08:44 [2024-02-24T23:08:44.041Z] 	ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName());
18:08:44 [2024-02-24T23:08:44.041Z] 	                                              ^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.041Z] The type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.041Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] 
18:08:44 [2024-02-24T23:08:44.041Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:08:44 [2024-02-24T23:08:44.041Z] 	                 ^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.041Z] The type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.041Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] 
18:08:44 [2024-02-24T23:08:44.041Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:08:44 [2024-02-24T23:08:44.041Z] 	                               ^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.041Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.042Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] 
18:08:44 [2024-02-24T23:08:44.042Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:08:44 [2024-02-24T23:08:44.042Z] 	                                             ^^^
18:08:44 [2024-02-24T23:08:44.042Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.042Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] 
18:08:44 [2024-02-24T23:08:44.042Z] 	_frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.042Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.042Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.042Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] 
18:08:44 [2024-02-24T23:08:44.042Z] 	_frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.042Z] 	                           ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.042Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.042Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] 
18:08:44 [2024-02-24T23:08:44.042Z] 	registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this);
18:08:44 [2024-02-24T23:08:44.042Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.042Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.043Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] 
18:08:44 [2024-02-24T23:08:44.043Z] 	registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this);
18:08:44 [2024-02-24T23:08:44.043Z] 	                      ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.043Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.043Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[92] 
18:08:44 [2024-02-24T23:08:44.043Z] 	ServiceReference debugRef = context.getServiceReference(DebugOptions.class.getName());
18:08:44 [2024-02-24T23:08:44.043Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.043Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.043Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] 
18:08:44 [2024-02-24T23:08:44.043Z] 	DebugOptions debugOptions = (DebugOptions) context.getService(debugRef);
18:08:44 [2024-02-24T23:08:44.043Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.043Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.043Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] 
18:08:44 [2024-02-24T23:08:44.043Z] 	DebugOptions debugOptions = (DebugOptions) context.getService(debugRef);
18:08:44 [2024-02-24T23:08:44.043Z] 	                                                              ^^^^^^^^
18:08:44 [2024-02-24T23:08:44.043Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.043Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[104] 
18:08:44 [2024-02-24T23:08:44.043Z] 	ServiceReference infoRef = bc.getServiceReference(EnvironmentInfo.class.getName());
18:08:44 [2024-02-24T23:08:44.043Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.043Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.044Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] 
18:08:44 [2024-02-24T23:08:44.044Z] 	EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef);
18:08:44 [2024-02-24T23:08:44.044Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.044Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.044Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] 
18:08:44 [2024-02-24T23:08:44.044Z] 	EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef);
18:08:44 [2024-02-24T23:08:44.044Z] 	                                                          ^^^^^^^
18:08:44 [2024-02-24T23:08:44.044Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.044Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[132] 
18:08:44 [2024-02-24T23:08:44.044Z] 	service = context.getService(reference);
18:08:44 [2024-02-24T23:08:44.044Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.044Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.044Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[176] 
18:08:44 [2024-02-24T23:08:44.044Z] 	static void openTracker(final ServiceTracker tracker, final boolean allServices) {
18:08:44 [2024-02-24T23:08:44.044Z] 	                              ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.044Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.045Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[177] 
18:08:44 [2024-02-24T23:08:44.045Z] 	if (System.getSecurityManager() == null)
18:08:44 [2024-02-24T23:08:44.045Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.045Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.045Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] 
18:08:44 [2024-02-24T23:08:44.045Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.045Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.045Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.045Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] 
18:08:44 [2024-02-24T23:08:44.045Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.045Z] 				@Override
18:08:44 [2024-02-24T23:08:44.045Z] 				public Object run() {
18:08:44 [2024-02-24T23:08:44.045Z] 					tracker.open(allServices);
18:08:44 [2024-02-24T23:08:44.045Z] 					return null;
18:08:44 [2024-02-24T23:08:44.045Z] 				}
18:08:44 [2024-02-24T23:08:44.045Z] 			});
18:08:44 [2024-02-24T23:08:44.045Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.045Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:08:44 [2024-02-24T23:08:44.045Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] 
18:08:44 [2024-02-24T23:08:44.045Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.045Z] 				@Override
18:08:44 [2024-02-24T23:08:44.045Z] 				public Object run() {
18:08:44 [2024-02-24T23:08:44.045Z] 					tracker.open(allServices);
18:08:44 [2024-02-24T23:08:44.045Z] 					return null;
18:08:44 [2024-02-24T23:08:44.045Z] 				}
18:08:44 [2024-02-24T23:08:44.045Z] 			});
18:08:44 [2024-02-24T23:08:44.045Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.045Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:08:44 [2024-02-24T23:08:44.046Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] 
18:08:44 [2024-02-24T23:08:44.046Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.046Z] 				@Override
18:08:44 [2024-02-24T23:08:44.046Z] 				public Object run() {
18:08:44 [2024-02-24T23:08:44.046Z] 					tracker.open(allServices);
18:08:44 [2024-02-24T23:08:44.046Z] 					return null;
18:08:44 [2024-02-24T23:08:44.046Z] 				}
18:08:44 [2024-02-24T23:08:44.046Z] 			});
18:08:44 [2024-02-24T23:08:44.046Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.046Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:08:44 [2024-02-24T23:08:44.046Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] 
18:08:44 [2024-02-24T23:08:44.046Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.046Z] 	                                  ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.046Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.046Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[190] 
18:08:44 [2024-02-24T23:08:44.046Z] 	static Object getService(final ServiceTracker tracker) {
18:08:44 [2024-02-24T23:08:44.046Z] 	                               ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.046Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.046Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[191] 
18:08:44 [2024-02-24T23:08:44.046Z] 	if (System.getSecurityManager() == null)
18:08:44 [2024-02-24T23:08:44.046Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.046Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.047Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] 
18:08:44 [2024-02-24T23:08:44.047Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.047Z] 	       ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.047Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.047Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] 
18:08:44 [2024-02-24T23:08:44.047Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.047Z] 			@Override
18:08:44 [2024-02-24T23:08:44.047Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.047Z] 				return tracker.getService();
18:08:44 [2024-02-24T23:08:44.047Z] 			}
18:08:44 [2024-02-24T23:08:44.047Z] 		});
18:08:44 [2024-02-24T23:08:44.047Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.047Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:08:44 [2024-02-24T23:08:44.047Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] 
18:08:44 [2024-02-24T23:08:44.047Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.047Z] 			@Override
18:08:44 [2024-02-24T23:08:44.047Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.047Z] 				return tracker.getService();
18:08:44 [2024-02-24T23:08:44.047Z] 			}
18:08:44 [2024-02-24T23:08:44.047Z] 		});
18:08:44 [2024-02-24T23:08:44.047Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.047Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:08:44 [2024-02-24T23:08:44.047Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] 
18:08:44 [2024-02-24T23:08:44.047Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.047Z] 			@Override
18:08:44 [2024-02-24T23:08:44.047Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.047Z] 				return tracker.getService();
18:08:44 [2024-02-24T23:08:44.047Z] 			}
18:08:44 [2024-02-24T23:08:44.047Z] 		});
18:08:44 [2024-02-24T23:08:44.047Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.047Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:08:44 [2024-02-24T23:08:44.048Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] 
18:08:44 [2024-02-24T23:08:44.048Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.048Z] 	                                         ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.048Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.048Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[203] 
18:08:44 [2024-02-24T23:08:44.048Z] 	if (System.getSecurityManager() == null)
18:08:44 [2024-02-24T23:08:44.048Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.048Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.048Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] 
18:08:44 [2024-02-24T23:08:44.048Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.048Z] 	                ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.048Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.048Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] 
18:08:44 [2024-02-24T23:08:44.048Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.048Z] 			@Override
18:08:44 [2024-02-24T23:08:44.048Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.048Z] 				return bundle.getLocation();
18:08:44 [2024-02-24T23:08:44.048Z] 			}
18:08:44 [2024-02-24T23:08:44.048Z] 		});
18:08:44 [2024-02-24T23:08:44.048Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.048Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:08:44 [2024-02-24T23:08:44.049Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] 
18:08:44 [2024-02-24T23:08:44.049Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.049Z] 			@Override
18:08:44 [2024-02-24T23:08:44.049Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.049Z] 				return bundle.getLocation();
18:08:44 [2024-02-24T23:08:44.049Z] 			}
18:08:44 [2024-02-24T23:08:44.049Z] 		});
18:08:44 [2024-02-24T23:08:44.049Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.049Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:08:44 [2024-02-24T23:08:44.049Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] 
18:08:44 [2024-02-24T23:08:44.049Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.049Z] 			@Override
18:08:44 [2024-02-24T23:08:44.049Z] 			public Object run() {
18:08:44 [2024-02-24T23:08:44.049Z] 				return bundle.getLocation();
18:08:44 [2024-02-24T23:08:44.049Z] 			}
18:08:44 [2024-02-24T23:08:44.049Z] 		});
18:08:44 [2024-02-24T23:08:44.049Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.049Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:08:44 [2024-02-24T23:08:44.049Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] 
18:08:44 [2024-02-24T23:08:44.049Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:08:44 [2024-02-24T23:08:44.049Z] 	                                                  ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.049Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.049Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[225] 
18:08:44 [2024-02-24T23:08:44.049Z] 	PackageAdmin packageAdmin = _packageAdmin;
18:08:44 [2024-02-24T23:08:44.049Z] 	^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.049Z] The type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.050Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[228] 
18:08:44 [2024-02-24T23:08:44.050Z] 	Bundle[] bundles = packageAdmin.getBundles(contributor.getName(), null);
18:08:44 [2024-02-24T23:08:44.050Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.050Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:08:44 [2024-02-24T23:08:44.050Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[249] 
18:08:44 [2024-02-24T23:08:44.050Z] 	ServiceTracker frameworkLogTracker = _frameworkLogTracker;
18:08:44 [2024-02-24T23:08:44.050Z] 	^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.050Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.050Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[39] 
18:08:44 [2024-02-24T23:08:44.050Z] 	private ServiceTracker applicationDescriptors;
18:08:44 [2024-02-24T23:08:44.050Z] 	        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.050Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.050Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[40] 
18:08:44 [2024-02-24T23:08:44.050Z] 	private ServiceTracker applicationHandles;
18:08:44 [2024-02-24T23:08:44.050Z] 	        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.050Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.050Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[41] 
18:08:44 [2024-02-24T23:08:44.050Z] 	private ServiceTracker scheduledApplications;
18:08:44 [2024-02-24T23:08:44.050Z] 	        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.051Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.051Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[45] 
18:08:44 [2024-02-24T23:08:44.051Z] 	private ServiceRegistration providerRegistration;
18:08:44 [2024-02-24T23:08:44.051Z] 	        ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.051Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.051Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] 
18:08:44 [2024-02-24T23:08:44.051Z] 	applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.051Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.051Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.051Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] 
18:08:44 [2024-02-24T23:08:44.051Z] 	applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.051Z] 	                             ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.051Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.051Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] 
18:08:44 [2024-02-24T23:08:44.051Z] 	applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.051Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.052Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.052Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] 
18:08:44 [2024-02-24T23:08:44.052Z] 	applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.052Z] 	                         ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.052Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.052Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] 
18:08:44 [2024-02-24T23:08:44.052Z] 	scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.052Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.052Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.052Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] 
18:08:44 [2024-02-24T23:08:44.052Z] 	scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null);
18:08:44 [2024-02-24T23:08:44.052Z] 	                            ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.052Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.052Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[187] 
18:08:44 [2024-02-24T23:08:44.053Z] 	private Dictionary<String, Object> getServiceProps(ServiceReference ref) {
18:08:44 [2024-02-24T23:08:44.053Z] 	                                                   ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.053Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.053Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[197] 
18:08:44 [2024-02-24T23:08:44.053Z] 	ServiceReference[] apps = applicationDescriptors.getServiceReferences();
18:08:44 [2024-02-24T23:08:44.053Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.053Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.053Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[202] 
18:08:44 [2024-02-24T23:08:44.053Z] 	for (ServiceReference app : apps) {
18:08:44 [2024-02-24T23:08:44.053Z] 	     ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.053Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.053Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[226] 
18:08:44 [2024-02-24T23:08:44.053Z] 	ServiceReference[] active = applicationHandles.getServiceReferences();
18:08:44 [2024-02-24T23:08:44.053Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.053Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.053Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[231] 
18:08:44 [2024-02-24T23:08:44.053Z] 	for (ServiceReference r : active) {
18:08:44 [2024-02-24T23:08:44.053Z] 	     ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.053Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.054Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] 
18:08:44 [2024-02-24T23:08:44.054Z] 	private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey,
18:08:44 [2024-02-24T23:08:44.054Z] 	        ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.054Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.054Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] 
18:08:44 [2024-02-24T23:08:44.054Z] 	private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey,
18:08:44 [2024-02-24T23:08:44.054Z] 	                                        ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.054Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.054Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[244] 
18:08:44 [2024-02-24T23:08:44.054Z] 	ServiceReference result = null;
18:08:44 [2024-02-24T23:08:44.054Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.054Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.054Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[246] 
18:08:44 [2024-02-24T23:08:44.054Z] 	for (ServiceReference app : apps) {
18:08:44 [2024-02-24T23:08:44.054Z] 	     ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.054Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.054Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[264] 
18:08:44 [2024-02-24T23:08:44.054Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.054Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.055Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.055Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] 
18:08:44 [2024-02-24T23:08:44.055Z] 	ApplicationDescriptor appDesc = (context.<ApplicationDescriptor>getService(application));
18:08:44 [2024-02-24T23:08:44.055Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.055Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.055Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] 
18:08:44 [2024-02-24T23:08:44.055Z] 	ApplicationDescriptor appDesc = (context.<ApplicationDescriptor>getService(application));
18:08:44 [2024-02-24T23:08:44.055Z] 	                                                                           ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.055Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<ApplicationDescriptor>
18:08:44 [2024-02-24T23:08:44.055Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[291] 
18:08:44 [2024-02-24T23:08:44.055Z] 	ServiceReference application = getApplication(applicationHandles.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.055Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.055Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.055Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] 
18:08:44 [2024-02-24T23:08:44.055Z] 	ApplicationHandle appHandle = (ApplicationHandle) context.getService(application);
18:08:44 [2024-02-24T23:08:44.055Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.056Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.056Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] 
18:08:44 [2024-02-24T23:08:44.056Z] 	ApplicationHandle appHandle = (ApplicationHandle) context.getService(application);
18:08:44 [2024-02-24T23:08:44.056Z] 	                                                                     ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.056Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.056Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[317] 
18:08:44 [2024-02-24T23:08:44.056Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.056Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.056Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.056Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] 
18:08:44 [2024-02-24T23:08:44.056Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.056Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.056Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.056Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] 
18:08:44 [2024-02-24T23:08:44.057Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.057Z] 	                                                                           ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.057Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.057Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[335] 
18:08:44 [2024-02-24T23:08:44.057Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.057Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.057Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.057Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] 
18:08:44 [2024-02-24T23:08:44.057Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.057Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.057Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.057Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] 
18:08:44 [2024-02-24T23:08:44.057Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.057Z] 	                                                                           ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.057Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.057Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[353] 
18:08:44 [2024-02-24T23:08:44.057Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.057Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.058Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.058Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] 
18:08:44 [2024-02-24T23:08:44.058Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.058Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.058Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.058Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] 
18:08:44 [2024-02-24T23:08:44.058Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:08:44 [2024-02-24T23:08:44.058Z] 	                                                                           ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.058Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.058Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[373] 
18:08:44 [2024-02-24T23:08:44.058Z] 	ServiceReference application = getApplication(scheduledApplications.getServiceReferences(), appId,
18:08:44 [2024-02-24T23:08:44.058Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.058Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.058Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] 
18:08:44 [2024-02-24T23:08:44.058Z] 	ScheduledApplication schedApp = (ScheduledApplication) context.getService(application);
18:08:44 [2024-02-24T23:08:44.058Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.059Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.059Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] 
18:08:44 [2024-02-24T23:08:44.059Z] 	ScheduledApplication schedApp = (ScheduledApplication) context.getService(application);
18:08:44 [2024-02-24T23:08:44.059Z] 	                                                                          ^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.059Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.059Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[34] 
18:08:44 [2024-02-24T23:08:44.059Z] 	public class AppPersistence implements ServiceTrackerCustomizer {
18:08:44 [2024-02-24T23:08:44.059Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.059Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.059Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[47] 
18:08:44 [2024-02-24T23:08:44.059Z] 	private static ServiceTracker configTracker;
18:08:44 [2024-02-24T23:08:44.059Z] 	               ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.059Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.059Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] 
18:08:44 [2024-02-24T23:08:44.059Z] 	configTracker = new ServiceTracker(context, filter, new AppPersistence());
18:08:44 [2024-02-24T23:08:44.059Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.060Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.060Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] 
18:08:44 [2024-02-24T23:08:44.060Z] 	configTracker = new ServiceTracker(context, filter, new AppPersistence());
18:08:44 [2024-02-24T23:08:44.060Z] 	                    ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.060Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.060Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[181] 
18:08:44 [2024-02-24T23:08:44.060Z] 	ServiceRegistration sr = context.registerService(
18:08:44 [2024-02-24T23:08:44.060Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.060Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.060Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[409] 
18:08:44 [2024-02-24T23:08:44.060Z] 	configLocation = (Location) context.getService(reference);
18:08:44 [2024-02-24T23:08:44.060Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.060Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.060Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[33] 
18:08:44 [2024-02-24T23:08:44.061Z] 	public class DefaultApplicationListener implements ApplicationRunnable, ServiceTrackerCustomizer {
18:08:44 [2024-02-24T23:08:44.061Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.061Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.061Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[36] 
18:08:44 [2024-02-24T23:08:44.061Z] 	private final ServiceTracker handleTracker; // tracks the default application handle
18:08:44 [2024-02-24T23:08:44.061Z] 	              ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.061Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.061Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[40] 
18:08:44 [2024-02-24T23:08:44.061Z] 	ServiceReference defaultRef = defaultApp.getServiceReference();
18:08:44 [2024-02-24T23:08:44.061Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.061Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.061Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] 
18:08:44 [2024-02-24T23:08:44.061Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:08:44 [2024-02-24T23:08:44.061Z] 	^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.061Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.061Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] 
18:08:44 [2024-02-24T23:08:44.061Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:08:44 [2024-02-24T23:08:44.062Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.062Z] Type safety: The constructor ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.062Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] 
18:08:44 [2024-02-24T23:08:44.062Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:08:44 [2024-02-24T23:08:44.062Z] 	                                       ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.062Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.062Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[135] 
18:08:44 [2024-02-24T23:08:44.062Z] 	return Activator.getContext().getService(reference);
18:08:44 [2024-02-24T23:08:44.062Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.062Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.062Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[19] 
18:08:44 [2024-02-24T23:08:44.062Z] 	import java.security.AccessController;
18:08:44 [2024-02-24T23:08:44.062Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.062Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.062Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[39] 
18:08:44 [2024-02-24T23:08:44.062Z] 	implements IRegistryEventListener, SynchronousBundleListener, ServiceTrackerCustomizer {
18:08:44 [2024-02-24T23:08:44.062Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.063Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.063Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[71] 
18:08:44 [2024-02-24T23:08:44.063Z] 	final private ServiceTracker launcherTracker;
18:08:44 [2024-02-24T23:08:44.063Z] 	              ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.063Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.063Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] 
18:08:44 [2024-02-24T23:08:44.063Z] 	launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this);
18:08:44 [2024-02-24T23:08:44.063Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.063Z] Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.063Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] 
18:08:44 [2024-02-24T23:08:44.063Z] 	launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this);
18:08:44 [2024-02-24T23:08:44.063Z] 	                      ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.063Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.063Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] 
18:08:44 [2024-02-24T23:08:44.063Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.063Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.064Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.064Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] 
18:08:44 [2024-02-24T23:08:44.064Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.064Z] 	                          ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.064Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.064Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] 
18:08:44 [2024-02-24T23:08:44.064Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.064Z] 	                                               ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.064Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.064Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] 
18:08:44 [2024-02-24T23:08:44.064Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.064Z] 					.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:08:44 [2024-02-24T23:08:44.064Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:08:44 [2024-02-24T23:08:44.064Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.064Z] Type safety: Unchecked invocation doPrivileged(EclipseAppContainer.RegisterService) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:08:44 [2024-02-24T23:08:44.064Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] 
18:08:44 [2024-02-24T23:08:44.065Z] 	.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:08:44 [2024-02-24T23:08:44.065Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:08:44 [2024-02-24T23:08:44.065Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.065Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:08:44 [2024-02-24T23:08:44.065Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] 
18:08:44 [2024-02-24T23:08:44.065Z] 	.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:08:44 [2024-02-24T23:08:44.065Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:08:44 [2024-02-24T23:08:44.065Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.065Z] Type safety: The expression of type EclipseAppContainer.RegisterService needs unchecked conversion to conform to PrivilegedAction<Object>
18:08:44 [2024-02-24T23:08:44.065Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[222] 
18:08:44 [2024-02-24T23:08:44.065Z] 	PrivilegedAction getRegServiceAction(String[] serviceClasses, Object serviceObject,
18:08:44 [2024-02-24T23:08:44.065Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.065Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.065Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[231] 
18:08:44 [2024-02-24T23:08:44.065Z] 	private class RegisterService implements PrivilegedAction {
18:08:44 [2024-02-24T23:08:44.065Z] 	                                         ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.066Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:08:44 [2024-02-24T23:08:44.066Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[403] 
18:08:44 [2024-02-24T23:08:44.066Z] 	ServiceReference[] runningRefs = context.getServiceReferences(ApplicationHandle.class.getName(),
18:08:44 [2024-02-24T23:08:44.066Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.066Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.066Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[406] 
18:08:44 [2024-02-24T23:08:44.066Z] 	for (ServiceReference runningRef : runningRefs) {
18:08:44 [2024-02-24T23:08:44.066Z] 	     ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.066Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.066Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] 
18:08:44 [2024-02-24T23:08:44.066Z] 	ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef);
18:08:44 [2024-02-24T23:08:44.066Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.066Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.066Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] 
18:08:44 [2024-02-24T23:08:44.066Z] 	ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef);
18:08:44 [2024-02-24T23:08:44.066Z] 	                                                                  ^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.067Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.067Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[643] 
18:08:44 [2024-02-24T23:08:44.067Z] 	appLauncher = (ApplicationLauncher) context.getService(reference);
18:08:44 [2024-02-24T23:08:44.067Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.067Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.067Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[18] 
18:08:44 [2024-02-24T23:08:44.067Z] 	import java.security.AccessController;
18:08:44 [2024-02-24T23:08:44.067Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.067Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.067Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[44] 
18:08:44 [2024-02-24T23:08:44.067Z] 	private ServiceRegistration sr;
18:08:44 [2024-02-24T23:08:44.067Z] 	        ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.067Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.067Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[129] 
18:08:44 [2024-02-24T23:08:44.067Z] 	ServiceRegistration reg = getServiceRegistration();
18:08:44 [2024-02-24T23:08:44.067Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.067Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.067Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[132] 
18:08:44 [2024-02-24T23:08:44.068Z] 	reg.setProperties(getServiceProperties());
18:08:44 [2024-02-24T23:08:44.068Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.068Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.068Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[139] 
18:08:44 [2024-02-24T23:08:44.068Z] 	void setServiceRegistration(ServiceRegistration sr) {
18:08:44 [2024-02-24T23:08:44.068Z] 	                            ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.068Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.068Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[148] 
18:08:44 [2024-02-24T23:08:44.068Z] 	private ServiceRegistration getServiceRegistration() {
18:08:44 [2024-02-24T23:08:44.068Z] 	        ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.068Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.068Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] 
18:08:44 [2024-02-24T23:08:44.068Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.068Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.068Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.068Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] 
18:08:44 [2024-02-24T23:08:44.068Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.068Z] 	                                    ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.069Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.069Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] 
18:08:44 [2024-02-24T23:08:44.069Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.069Z] 	                                                         ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.069Z] The type AccessController has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.069Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] 
18:08:44 [2024-02-24T23:08:44.069Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:08:44 [2024-02-24T23:08:44.069Z] 				.doPrivileged(appContainer.getRegServiceAction(
18:08:44 [2024-02-24T23:08:44.069Z] 						new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() },
18:08:44 [2024-02-24T23:08:44.069Z] 						newAppHandle, newAppHandle.getServiceProperties()));
18:08:44 [2024-02-24T23:08:44.069Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.069Z] Type safety: Unchecked invocation doPrivileged(PrivilegedAction) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:08:44 [2024-02-24T23:08:44.069Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[200] 
18:08:44 [2024-02-24T23:08:44.069Z] 	.doPrivileged(appContainer.getRegServiceAction(
18:08:44 [2024-02-24T23:08:44.069Z] 						new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() },
18:08:44 [2024-02-24T23:08:44.069Z] 						newAppHandle, newAppHandle.getServiceProperties()));
18:08:44 [2024-02-24T23:08:44.069Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.070Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:08:44 [2024-02-24T23:08:44.070Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[227] 
18:08:44 [2024-02-24T23:08:44.070Z] 	ServiceRegistration temp = getServiceRegistration();
18:08:44 [2024-02-24T23:08:44.070Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.070Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.070Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[46] 
18:08:44 [2024-02-24T23:08:44.070Z] 	private volatile ServiceRegistration handleRegistration;
18:08:44 [2024-02-24T23:08:44.070Z] 	                 ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.070Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.070Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[102] 
18:08:44 [2024-02-24T23:08:44.070Z] 	void setServiceRegistration(ServiceRegistration sr) {
18:08:44 [2024-02-24T23:08:44.070Z] 	                            ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.070Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.070Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[110] 
18:08:44 [2024-02-24T23:08:44.070Z] 	private ServiceRegistration getServiceRegistration() {
18:08:44 [2024-02-24T23:08:44.070Z] 	        ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.070Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.071Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[123] 
18:08:44 [2024-02-24T23:08:44.071Z] 	ServiceReference getServiceReference() {
18:08:44 [2024-02-24T23:08:44.071Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.071Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.071Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[124] 
18:08:44 [2024-02-24T23:08:44.071Z] 	ServiceRegistration reg = getServiceRegistration();
18:08:44 [2024-02-24T23:08:44.071Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.071Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.071Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[165] 
18:08:44 [2024-02-24T23:08:44.071Z] 	ServiceRegistration handleReg = getServiceRegistration();
18:08:44 [2024-02-24T23:08:44.071Z] 	^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.071Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.071Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[168] 
18:08:44 [2024-02-24T23:08:44.071Z] 	handleReg.setProperties(getServiceProperties());
18:08:44 [2024-02-24T23:08:44.071Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.071Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.071Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[275] 
18:08:44 [2024-02-24T23:08:44.071Z] 	final ServiceReference[] monitors = getStartupMonitors();
18:08:44 [2024-02-24T23:08:44.071Z] 	      ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.072Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.072Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[287] 
18:08:44 [2024-02-24T23:08:44.072Z] 	for (ServiceReference m : monitors) {
18:08:44 [2024-02-24T23:08:44.072Z] 	     ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.072Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.072Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] 
18:08:44 [2024-02-24T23:08:44.072Z] 	StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m);
18:08:44 [2024-02-24T23:08:44.072Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.072Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:08:44 [2024-02-24T23:08:44.072Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] 
18:08:44 [2024-02-24T23:08:44.072Z] 	StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m);
18:08:44 [2024-02-24T23:08:44.072Z] 	                                                                            ^
18:08:44 [2024-02-24T23:08:44.072Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:08:44 [2024-02-24T23:08:44.072Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[298] 
18:08:44 [2024-02-24T23:08:44.072Z] 	private ServiceReference[] getStartupMonitors() {
18:08:44 [2024-02-24T23:08:44.072Z] 	        ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.072Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.073Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[301] 
18:08:44 [2024-02-24T23:08:44.073Z] 	ServiceReference[] refs = null;
18:08:44 [2024-02-24T23:08:44.073Z] 	^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.073Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[310] 
18:08:44 [2024-02-24T23:08:44.073Z] 	Arrays.sort(refs, new Comparator<ServiceReference>() {
18:08:44 [2024-02-24T23:08:44.073Z] 	                                 ^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.073Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[40] 
18:08:44 [2024-02-24T23:08:44.073Z] 	private ServiceRegistration sr;
18:08:44 [2024-02-24T23:08:44.073Z] 	        ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.073Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.074Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[41] 
18:08:44 [2024-02-24T23:08:44.074Z] 	private ServiceTracker appTracker;
18:08:44 [2024-02-24T23:08:44.074Z] 	        ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.074Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.074Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] 
18:08:44 [2024-02-24T23:08:44.074Z] 	appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null);
18:08:44 [2024-02-24T23:08:44.074Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.074Z] Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.074Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] 
18:08:44 [2024-02-24T23:08:44.074Z] 	appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null);
18:08:44 [2024-02-24T23:08:44.074Z] 	                 ^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.074Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:08:44 [2024-02-24T23:08:44.074Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[138] 
18:08:44 [2024-02-24T23:08:44.074Z] 	synchronized void setServiceRegistration(ServiceRegistration sr) {
18:08:44 [2024-02-24T23:08:44.074Z] 	                                         ^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.074Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:08:44 [2024-02-24T23:08:44.075Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] 
18:08:44 [2024-02-24T23:08:44.075Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.075Z] 	^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.075Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.075Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] 
18:08:44 [2024-02-24T23:08:44.075Z] 	SecurityManager sm = System.getSecurityManager();
18:08:44 [2024-02-24T23:08:44.075Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.075Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:08:44 [2024-02-24T23:08:44.075Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[162] 
18:08:44 [2024-02-24T23:08:44.075Z] 	sm.checkPermission(new TopicPermission(eventTopic, TopicPermission.SUBSCRIBE));
18:08:44 [2024-02-24T23:08:44.075Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:44 [2024-02-24T23:08:44.075Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:08:44 [2024-02-24T23:08:44.075Z] 268 problems (268 warnings)
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.075Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/src/test/resources
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT-sources.jar
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF
18:08:44 [2024-02-24T23:08:44.076Z]     The main artifact has been replaced with the baseline version.
18:08:44 [2024-02-24T23:08:44.076Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:44 [2024-02-24T23:08:44.076Z] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.076Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF
18:08:44 [2024-02-24T23:08:44.077Z]     The main artifact has been replaced with the baseline version.
18:08:44 [2024-02-24T23:08:44.077Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:44 [2024-02-24T23:08:44.077Z] 
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] Execution was skipped
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] 
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.app ---
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:44 [2024-02-24T23:08:44.077Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar
18:08:45 [2024-02-24T23:08:45.442Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:45 [2024-02-24T23:08:45.442Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT-sources.jar
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.app ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF
18:08:46 [2024-02-24T23:08:46.369Z]     The main artifact has been replaced with the baseline version.
18:08:46 [2024-02-24T23:08:46.369Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:46 [2024-02-24T23:08:46.369Z] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.runtime >------------
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] Building [bundle] Core Runtime 3.31.0-SNAPSHOT                  [29/521]
18:08:46 [2024-02-24T23:08:46.369Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] The project's OSGi version is 3.31.0.v20240215-1631
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/saveproperties
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.369Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] Resolving class path of [bundle] Core Runtime
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.370Z] [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:46 [2024-02-24T23:08:46.626Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java:[18] 
18:08:46 [2024-02-24T23:08:46.626Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:46 [2024-02-24T23:08:46.626Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:46 [2024-02-24T23:08:46.626Z] The type ILegacyPreferences is deprecated
18:08:46 [2024-02-24T23:08:46.626Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.java:[29] 
18:08:46 [2024-02-24T23:08:46.626Z] 	public class InitLegacyPreferences implements ILegacyPreferences {
18:08:46 [2024-02-24T23:08:46.626Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:08:46 [2024-02-24T23:08:46.626Z] The type ILegacyPreferences is deprecated
18:08:46 [2024-02-24T23:08:46.626Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[35] 
18:08:46 [2024-02-24T23:08:46.626Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:46 [2024-02-24T23:08:46.626Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:46 [2024-02-24T23:08:46.626Z] The type ILegacyPreferences is deprecated
18:08:46 [2024-02-24T23:08:46.626Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[148] 
18:08:46 [2024-02-24T23:08:46.626Z] 	private ServiceRegistration<ILegacyPreferences> legacyPreferencesService = null;
18:08:46 [2024-02-24T23:08:46.626Z] 	                            ^^^^^^^^^^^^^^^^^^
18:08:46 [2024-02-24T23:08:46.626Z] The type ILegacyPreferences is deprecated
18:08:46 [2024-02-24T23:08:46.627Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java:[731] 
18:08:46 [2024-02-24T23:08:46.627Z] 	legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>());
18:08:46 [2024-02-24T23:08:46.627Z] 	                                                   ^^^^^^^^^^^^^^^^^^
18:08:46 [2024-02-24T23:08:46.627Z] The type ILegacyPreferences is deprecated
18:08:46 [2024-02-24T23:08:46.627Z] 5 problems (5 warnings)
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/test/resources
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT-sources.jar
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT.jar
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.627Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF
18:08:46 [2024-02-24T23:08:46.628Z]     The main artifact has been replaced with the baseline version.
18:08:46 [2024-02-24T23:08:46.628Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:46 [2024-02-24T23:08:46.628Z] 
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] Execution was skipped
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] 
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.runtime ---
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT.jar' is already signed and will be resigned.
18:08:46 [2024-02-24T23:08:46.628Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT.jar
18:08:47 [2024-02-24T23:08:47.555Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:47 [2024-02-24T23:08:47.555Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT-sources.jar
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.core.runtime ---
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF
18:08:48 [2024-02-24T23:08:48.483Z]     The main artifact has been replaced with the baseline version.
18:08:48 [2024-02-24T23:08:48.483Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:48 [2024-02-24T23:08:48.483Z] 
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >-----------
18:08:48 [2024-02-24T23:08:48.483Z] [INFO] Building [bundle] Eclipse CSS Core Support 0.14.300-SNAPSHOT    [30/521]
18:08:48 [2024-02-24T23:08:48.484Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF
18:08:48 [2024-02-24T23:08:48.484Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:48 [2024-02-24T23:08:48.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom (27 kB at 112 kB/s)
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] The project's OSGi version is 0.14.300.v20231214-1513
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/saveproperties
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] Resolving class path of [bundle] Eclipse CSS Core Support
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] 
18:08:48 [2024-02-24T23:08:48.995Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.ui.css.core ---
18:08:48 [2024-02-24T23:08:48.996Z] [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:49 [2024-02-24T23:08:49.252Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/SACParserFactoryImpl.java:[52] 
18:08:49 [2024-02-24T23:08:49.252Z] 	return (Parser) classParser.newInstance();
18:08:49 [2024-02-24T23:08:49.252Z] 	                            ^^^^^^^^^^^^^
18:08:49 [2024-02-24T23:08:49.252Z] The method newInstance() from the type Class<capture#3-of ?> is deprecated since version 9
18:08:49 [2024-02-24T23:08:49.252Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/HttpResourcesLocatorImpl.java:[36] 
18:08:49 [2024-02-24T23:08:49.252Z] 	URL url = new java.net.URL((new File("./")).toURL(), uri);
18:08:49 [2024-02-24T23:08:49.252Z] 	                                            ^^^^^^^
18:08:49 [2024-02-24T23:08:49.252Z] The method toURL() from the type File is deprecated
18:08:49 [2024-02-24T23:08:49.252Z] 2 problems (2 warnings)
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.252Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/test/resources
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT-sources.jar
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT.jar
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.253Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF
18:08:49 [2024-02-24T23:08:49.510Z]     The main artifact has been replaced with the baseline version.
18:08:49 [2024-02-24T23:08:49.510Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:49 [2024-02-24T23:08:49.510Z] 
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] Execution was skipped
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] 
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.core ---
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:08:49 [2024-02-24T23:08:49.510Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT.jar
18:08:50 [2024-02-24T23:08:50.893Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:50 [2024-02-24T23:08:50.894Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.300-SNAPSHOT-sources.jar
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] 
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.core ---
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF
18:08:51 [2024-02-24T23:08:51.844Z]     The main artifact has been replaced with the baseline version.
18:08:51 [2024-02-24T23:08:51.844Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:51 [2024-02-24T23:08:51.844Z] 
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] 
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.css.swt >-----------
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] Building [bundle] Eclipse CSS SWT Support 0.15.300-SNAPSHOT     [31/521]
18:08:51 [2024-02-24T23:08:51.844Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF
18:08:51 [2024-02-24T23:08:51.844Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] The project's OSGi version is 0.15.300.v20240207-1054
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/saveproperties
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] Resolving class path of [bundle] Eclipse CSS SWT Support
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.100Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.101Z] [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/test/resources
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.356Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT-sources.jar
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT.jar
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.357Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.612Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF
18:08:52 [2024-02-24T23:08:52.613Z]     The main artifact has been replaced with the baseline version.
18:08:52 [2024-02-24T23:08:52.613Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:52 [2024-02-24T23:08:52.613Z] 
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] Execution was skipped
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] 
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.swt ---
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT.jar' is already signed and will be resigned.
18:08:52 [2024-02-24T23:08:52.613Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT.jar
18:08:53 [2024-02-24T23:08:53.539Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:53 [2024-02-24T23:08:53.539Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.15.300-SNAPSHOT-sources.jar
18:08:54 [2024-02-24T23:08:54.467Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.467Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.swt ---
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF
18:08:54 [2024-02-24T23:08:54.723Z]     The main artifact has been replaced with the baseline version.
18:08:54 [2024-02-24T23:08:54.723Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:54 [2024-02-24T23:08:54.723Z] 
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.di.annotations >-------
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] Building [bundle] Eclipse Dependency Injection Annotations 1.8.300-SNAPSHOT [32/521]
18:08:54 [2024-02-24T23:08:54.723Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.723Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] The project's OSGi version is 1.8.300.v20231220-1554
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/saveproperties
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Annotations
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.724Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/test/resources
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT-sources.jar
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT.jar
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
18:08:54 [2024-02-24T23:08:54.725Z]     The main artifact has been replaced with the baseline version.
18:08:54 [2024-02-24T23:08:54.725Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:54 [2024-02-24T23:08:54.725Z] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] Execution was skipped
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] 
18:08:54 [2024-02-24T23:08:54.725Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.annotations ---
18:08:54 [2024-02-24T23:08:54.726Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:08:54 [2024-02-24T23:08:54.726Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT.jar
18:08:55 [2024-02-24T23:08:55.654Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:55 [2024-02-24T23:08:55.654Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.300-SNAPSHOT-sources.jar
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.annotations ---
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
18:08:56 [2024-02-24T23:08:56.581Z]     The main artifact has been replaced with the baseline version.
18:08:56 [2024-02-24T23:08:56.581Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:56 [2024-02-24T23:08:56.581Z] 
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.core.di >-------------
18:08:56 [2024-02-24T23:08:56.581Z] [INFO] Building [bundle] Eclipse Dependency Injection 1.9.300-SNAPSHOT [33/521]
18:08:56 [2024-02-24T23:08:56.581Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 300 kB/s)
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 72 kB/s)
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 470 kB/s)
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5.pom
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5.pom (5.8 kB at 578 kB/s)
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] The project's OSGi version is 1.9.300.v20240207-1044
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/saveproperties
18:08:56 [2024-02-24T23:08:56.582Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.583Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.583Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.838Z] [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:56 [2024-02-24T23:08:56.838Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/ConstructorRequestor.java:[34] 
18:08:56 [2024-02-24T23:08:56.838Z] 	if (!location.isAccessible()) {
18:08:56 [2024-02-24T23:08:56.838Z] 	              ^^^^^^^^^^^^^^
18:08:56 [2024-02-24T23:08:56.838Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:08:56 [2024-02-24T23:08:56.839Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/FieldRequestor.java:[47] 
18:08:56 [2024-02-24T23:08:56.839Z] 	if (!field.isAccessible()) {
18:08:56 [2024-02-24T23:08:56.839Z] 	           ^^^^^^^^^^^^^^
18:08:56 [2024-02-24T23:08:56.839Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:08:56 [2024-02-24T23:08:56.839Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/MethodRequestor.java:[49] 
18:08:56 [2024-02-24T23:08:56.839Z] 	if (!location.isAccessible()) {
18:08:56 [2024-02-24T23:08:56.839Z] 	              ^^^^^^^^^^^^^^
18:08:56 [2024-02-24T23:08:56.839Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:08:56 [2024-02-24T23:08:56.839Z] 3 problems (3 warnings)
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/test/resources
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT-sources.jar
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT.jar
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.839Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF
18:08:56 [2024-02-24T23:08:56.840Z]     The main artifact has been replaced with the baseline version.
18:08:56 [2024-02-24T23:08:56.840Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:56 [2024-02-24T23:08:56.840Z] 
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di ---
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] Execution was skipped
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] 
18:08:56 [2024-02-24T23:08:56.840Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di ---
18:08:57 [2024-02-24T23:08:57.096Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:08:57 [2024-02-24T23:08:57.096Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT.jar
18:08:58 [2024-02-24T23:08:58.023Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:08:58 [2024-02-24T23:08:58.024Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.9.300-SNAPSHOT-sources.jar
18:08:58 [2024-02-24T23:08:58.950Z] [INFO] 
18:08:58 [2024-02-24T23:08:58.950Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di ---
18:08:58 [2024-02-24T23:08:58.950Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF
18:08:58 [2024-02-24T23:08:58.950Z]     The main artifact has been replaced with the baseline version.
18:08:58 [2024-02-24T23:08:58.950Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:58 [2024-02-24T23:08:58.950Z] 
18:08:58 [2024-02-24T23:08:58.950Z] [INFO] 
18:08:58 [2024-02-24T23:08:58.950Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.di.extensions >-------
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions 0.18.200-SNAPSHOT [34/521]
18:08:58 [2024-02-24T23:08:58.951Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] 
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions ---
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] 
18:08:58 [2024-02-24T23:08:58.951Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] The project's OSGi version is 0.18.200.v20231220-1554
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/saveproperties
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources
18:08:59 [2024-02-24T23:08:59.207Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/test/resources
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT-sources.jar
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.208Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT.jar
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
18:08:59 [2024-02-24T23:08:59.209Z]     The main artifact has been replaced with the baseline version.
18:08:59 [2024-02-24T23:08:59.209Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:59 [2024-02-24T23:08:59.209Z] 
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] Execution was skipped
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] 
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions ---
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT.jar' is already signed and will be resigned.
18:08:59 [2024-02-24T23:08:59.209Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT.jar
18:09:00 [2024-02-24T23:09:00.137Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:00 [2024-02-24T23:09:00.138Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.200-SNAPSHOT-sources.jar
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] 
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions ---
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
18:09:00 [2024-02-24T23:09:00.699Z]     The main artifact has been replaced with the baseline version.
18:09:00 [2024-02-24T23:09:00.699Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:00 [2024-02-24T23:09:00.699Z] 
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] 
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.http.service.api >------
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] Building [bundle] OSGi service http APIs 1.2.2-SNAPSHOT         [35/521]
18:09:00 [2024-02-24T23:09:00.699Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF
18:09:00 [2024-02-24T23:09:00.699Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:00 [2024-02-24T23:09:00.954Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 63 kB/s)
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] The project's OSGi version is 1.2.2.v20231218-2126
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/saveproperties
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] Resolving class path of [bundle] OSGi service http APIs
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/src/main/resources
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.210Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.211Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/src/main/resources
18:09:01 [2024-02-24T23:09:01.211Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.211Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.211Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/src/test/resources
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.467Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF
18:09:01 [2024-02-24T23:09:01.468Z]     The main artifact has been replaced with the baseline version.
18:09:01 [2024-02-24T23:09:01.468Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:01 [2024-02-24T23:09:01.468Z] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF
18:09:01 [2024-02-24T23:09:01.468Z]     The main artifact has been replaced with the baseline version.
18:09:01 [2024-02-24T23:09:01.468Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:01 [2024-02-24T23:09:01.468Z] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] Execution was skipped
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] 
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.service.api ---
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar' is already signed and will be resigned.
18:09:01 [2024-02-24T23:09:01.468Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar
18:09:02 [2024-02-24T23:09:02.029Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:02 [2024-02-24T23:09:02.029Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] 
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.service.api ---
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF
18:09:02 [2024-02-24T23:09:02.956Z]     The main artifact has been replaced with the baseline version.
18:09:02 [2024-02-24T23:09:02.956Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:02 [2024-02-24T23:09:02.956Z] 
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] 
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.osgi.services >------------
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] Building [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT   [36/521]
18:09:02 [2024-02-24T23:09:02.956Z] [INFO]   from equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF
18:09:02 [2024-02-24T23:09:02.956Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:03 [2024-02-24T23:09:03.213Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom
18:09:03 [2024-02-24T23:09:03.213Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom (1.7 kB at 9.9 kB/s)
18:09:03 [2024-02-24T23:09:03.213Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom (1.9 kB at 13 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom (2.7 kB at 224 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom (1.9 kB at 44 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom (1.3 kB at 45 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom (1.9 kB at 39 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 126 kB/s)
18:09:03 [2024-02-24T23:09:03.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom
18:09:03 [2024-02-24T23:09:03.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 103 kB/s)
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] The project's OSGi version is 3.12.0.v20231218-2126
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/saveproperties
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Services
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/src/main/resources
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/src/main/resources
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/src/test/resources
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT-sources.jar
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.727Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT.jar
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF
18:09:03 [2024-02-24T23:09:03.728Z]     The main artifact has been replaced with the baseline version.
18:09:03 [2024-02-24T23:09:03.728Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:03 [2024-02-24T23:09:03.728Z] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF
18:09:03 [2024-02-24T23:09:03.728Z]     The main artifact has been replaced with the baseline version.
18:09:03 [2024-02-24T23:09:03.728Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:03 [2024-02-24T23:09:03.728Z] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] Execution was skipped
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] 
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.services ---
18:09:03 [2024-02-24T23:09:03.728Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT.jar' is already signed and will be resigned.
18:09:03 [2024-02-24T23:09:03.729Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT.jar
18:09:05 [2024-02-24T23:09:05.094Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:05 [2024-02-24T23:09:05.094Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT-sources.jar
18:09:06 [2024-02-24T23:09:06.021Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.021Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.osgi.services ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF
18:09:06 [2024-02-24T23:09:06.022Z]     The main artifact has been replaced with the baseline version.
18:09:06 [2024-02-24T23:09:06.022Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:06 [2024-02-24T23:09:06.022Z] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.contexts >----------
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] Building [bundle] Eclipse Contexts 1.12.500-SNAPSHOT            [37/521]
18:09:06 [2024-02-24T23:09:06.022Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] The project's OSGi version is 1.12.500.v20231220-1554
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/saveproperties
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] Resolving class path of [bundle] Eclipse Contexts
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources
18:09:06 [2024-02-24T23:09:06.022Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/test/resources
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.023Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT-sources.jar
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT.jar
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF
18:09:06 [2024-02-24T23:09:06.279Z]     The main artifact has been replaced with the baseline version.
18:09:06 [2024-02-24T23:09:06.279Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:06 [2024-02-24T23:09:06.279Z] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] Execution was skipped
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] 
18:09:06 [2024-02-24T23:09:06.279Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.contexts ---
18:09:06 [2024-02-24T23:09:06.280Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT.jar' is already signed and will be resigned.
18:09:06 [2024-02-24T23:09:06.280Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT.jar
18:09:07 [2024-02-24T23:09:07.207Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:07 [2024-02-24T23:09:07.207Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.12.500-SNAPSHOT-sources.jar
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.contexts ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF
18:09:08 [2024-02-24T23:09:08.134Z]     The main artifact has been replaced with the baseline version.
18:09:08 [2024-02-24T23:09:08.134Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:08 [2024-02-24T23:09:08.134Z] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.services >----------
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] Building [bundle] Eclipse Application Services 2.4.300-SNAPSHOT [38/521]
18:09:08 [2024-02-24T23:09:08.134Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] The project's OSGi version is 2.4.300.v20240119-0800
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/saveproperties
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.134Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] Resolving class path of [bundle] Eclipse Application Services
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.135Z] [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:08 [2024-02-24T23:09:08.391Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/internal/services/MessageFactoryServiceImpl.java:[110] 
18:09:08 [2024-02-24T23:09:08.391Z] 	instance = AccessController.doPrivileged((PrivilegedAction<M>) () -> createInstance(locale, messages, annotation, provider));
18:09:08 [2024-02-24T23:09:08.391Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:08 [2024-02-24T23:09:08.391Z] The method doPrivileged(PrivilegedAction<M>) from the type AccessController is deprecated
18:09:08 [2024-02-24T23:09:08.391Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/internal/services/ResourceBundleHelper.java:[714] 
18:09:08 [2024-02-24T23:09:08.391Z] 	.doPrivileged((PrivilegedExceptionAction<InputStream>) () -> {
18:09:08 [2024-02-24T23:09:08.391Z] 								InputStream is = null;
18:09:08 [2024-02-24T23:09:08.391Z] 								URL url = osgiBundle.getEntry(resourceName);
18:09:08 [2024-02-24T23:09:08.391Z] 								if (url != null) {
18:09:08 [2024-02-24T23:09:08.391Z] 									URLConnection connection = url.openConnection();
18:09:08 [2024-02-24T23:09:08.391Z] 									if (connection != null) {
18:09:08 [2024-02-24T23:09:08.391Z] 										// Disable caches to get fresh data for
18:09:08 [2024-02-24T23:09:08.391Z] 										// reloading.
18:09:08 [2024-02-24T23:09:08.391Z] 										connection.setUseCaches(false);
18:09:08 [2024-02-24T23:09:08.391Z] 										is = connection.getInputStream();
18:09:08 [2024-02-24T23:09:08.391Z] 									}
18:09:08 [2024-02-24T23:09:08.391Z] 								}
18:09:08 [2024-02-24T23:09:08.391Z] 								return is;
18:09:08 [2024-02-24T23:09:08.391Z] 							});
18:09:08 [2024-02-24T23:09:08.391Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:08 [2024-02-24T23:09:08.391Z] The method doPrivileged(PrivilegedExceptionAction<InputStream>) from the type AccessController is deprecated
18:09:08 [2024-02-24T23:09:08.391Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/nls/BaseMessageRegistry.java:[259] 
18:09:08 [2024-02-24T23:09:08.392Z] 	AccessController.doPrivileged((PrivilegedAction<Object>) () -> {
18:09:08 [2024-02-24T23:09:08.392Z] 						m.setAccessible(true);
18:09:08 [2024-02-24T23:09:08.392Z] 						try {
18:09:08 [2024-02-24T23:09:08.392Z] 							m.invoke(control, value);
18:09:08 [2024-02-24T23:09:08.392Z] 						} catch (Exception e) {
18:09:08 [2024-02-24T23:09:08.392Z] 							// if anything fails on invoke we unregister the
18:09:08 [2024-02-24T23:09:08.392Z] 							// binding to avoid further issues e.g. this can
18:09:08 [2024-02-24T23:09:08.392Z] 							// happen in case of disposed SWT controls
18:09:08 [2024-02-24T23:09:08.392Z] 							bindings.remove(MessageConsumerImplementation.this);
18:09:08 [2024-02-24T23:09:08.392Z] 							Logger log = consumerLogger;
18:09:08 [2024-02-24T23:09:08.392Z] 							if (log != null) {
18:09:08 [2024-02-24T23:09:08.392Z] 								log.info(
18:09:08 [2024-02-24T23:09:08.392Z] 										"Error on invoke '{}' on '{}' with error message '{}'. Binding is removed.",
18:09:08 [2024-02-24T23:09:08.392Z] 										m.getName(), control.getClass(), e.getMessage());
18:09:08 [2024-02-24T23:09:08.392Z] 							}
18:09:08 [2024-02-24T23:09:08.392Z] 						}
18:09:08 [2024-02-24T23:09:08.392Z] 						return null;
18:09:08 [2024-02-24T23:09:08.392Z] 					});
18:09:08 [2024-02-24T23:09:08.392Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:08 [2024-02-24T23:09:08.392Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:08 [2024-02-24T23:09:08.392Z] 3 problems (3 warnings)
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/test/resources
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.392Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT-sources.jar
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.393Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT.jar
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF
18:09:08 [2024-02-24T23:09:08.393Z]     The main artifact has been replaced with the baseline version.
18:09:08 [2024-02-24T23:09:08.393Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:08 [2024-02-24T23:09:08.393Z] 
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] Execution was skipped
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] 
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.services ---
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:08 [2024-02-24T23:09:08.393Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT.jar
18:09:09 [2024-02-24T23:09:09.320Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:09 [2024-02-24T23:09:09.320Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.4.300-SNAPSHOT-sources.jar
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.services ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF
18:09:10 [2024-02-24T23:09:10.683Z]     The main artifact has been replaced with the baseline version.
18:09:10 [2024-02-24T23:09:10.683Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:10 [2024-02-24T23:09:10.683Z] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] Building [bundle] Event Admin 1.7.0-SNAPSHOT                    [39/521]
18:09:10 [2024-02-24T23:09:10.683Z] [INFO]   from equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] The project's OSGi version is 1.7.0.v20240214-0846
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/saveproperties
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.683Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] Resolving class path of [bundle] Event Admin
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/main/resources
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/main/resources
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.684Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:10 [2024-02-24T23:09:10.684Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] 
18:09:10 [2024-02-24T23:09:10.684Z] 	SecurityManager sm = System.getSecurityManager();
18:09:10 [2024-02-24T23:09:10.684Z] 	^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.684Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:10 [2024-02-24T23:09:10.684Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] 
18:09:10 [2024-02-24T23:09:10.684Z] 	SecurityManager sm = System.getSecurityManager();
18:09:10 [2024-02-24T23:09:10.684Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.684Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:10 [2024-02-24T23:09:10.684Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] 
18:09:10 [2024-02-24T23:09:10.685Z] 	SecurityManager sm = System.getSecurityManager();
18:09:10 [2024-02-24T23:09:10.685Z] 	^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.685Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:10 [2024-02-24T23:09:10.685Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] 
18:09:10 [2024-02-24T23:09:10.685Z] 	SecurityManager sm = System.getSecurityManager();
18:09:10 [2024-02-24T23:09:10.685Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.685Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:10 [2024-02-24T23:09:10.685Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[145] 
18:09:10 [2024-02-24T23:09:10.685Z] 	sm.checkPermission(new TopicPermission(topic, TopicPermission.PUBLISH));
18:09:10 [2024-02-24T23:09:10.685Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.685Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:10 [2024-02-24T23:09:10.685Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] 
18:09:10 [2024-02-24T23:09:10.685Z] 	tempHandler = AccessController.doPrivileged(new PrivilegedAction<EventHandler>() {
18:09:10 [2024-02-24T23:09:10.685Z] 	              ^^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.685Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:10 [2024-02-24T23:09:10.685Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] 
18:09:10 [2024-02-24T23:09:10.685Z] 	tempHandler = AccessController.doPrivileged(new PrivilegedAction<EventHandler>() {
18:09:10 [2024-02-24T23:09:10.685Z] 				@Override
18:09:10 [2024-02-24T23:09:10.685Z] 				public EventHandler run() {
18:09:10 [2024-02-24T23:09:10.685Z] 					return context.getService(reference);
18:09:10 [2024-02-24T23:09:10.685Z] 				}
18:09:10 [2024-02-24T23:09:10.685Z] 			});
18:09:10 [2024-02-24T23:09:10.685Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:10 [2024-02-24T23:09:10.685Z] The method doPrivileged(PrivilegedAction<EventHandler>) from the type AccessController is deprecated
18:09:10 [2024-02-24T23:09:10.685Z] 7 problems (7 warnings)
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.685Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/src/test/resources
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-sources.jar
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT.jar
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF
18:09:10 [2024-02-24T23:09:10.686Z]     The main artifact has been replaced with the baseline version.
18:09:10 [2024-02-24T23:09:10.686Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:10 [2024-02-24T23:09:10.686Z] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF
18:09:10 [2024-02-24T23:09:10.686Z]     The main artifact has been replaced with the baseline version.
18:09:10 [2024-02-24T23:09:10.686Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:10 [2024-02-24T23:09:10.686Z] 
18:09:10 [2024-02-24T23:09:10.686Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] Execution was skipped
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] 
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.event ---
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT.jar' is already signed and will be resigned.
18:09:10 [2024-02-24T23:09:10.687Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT.jar
18:09:11 [2024-02-24T23:09:11.615Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:11 [2024-02-24T23:09:11.615Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-sources.jar
18:09:12 [2024-02-24T23:09:12.542Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.542Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.equinox.event ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF
18:09:12 [2024-02-24T23:09:12.543Z]     The main artifact has been replaced with the baseline version.
18:09:12 [2024-02-24T23:09:12.543Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:12 [2024-02-24T23:09:12.543Z] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --< org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier >---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.400-SNAPSHOT [40/521]
18:09:12 [2024-02-24T23:09:12.543Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] The project's OSGi version is 0.17.400.v20231214-1012
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/saveproperties
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions Supplier
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.543Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.544Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] 0 component(s) where generated, 4 where kept.
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.799Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/test/resources
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT-sources.jar
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT.jar
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF
18:09:12 [2024-02-24T23:09:12.800Z]     The main artifact has been replaced with the baseline version.
18:09:12 [2024-02-24T23:09:12.800Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:12 [2024-02-24T23:09:12.800Z] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] Execution was skipped
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] 
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:12 [2024-02-24T23:09:12.800Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT.jar' is already signed and will be resigned.
18:09:12 [2024-02-24T23:09:12.801Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT.jar
18:09:13 [2024-02-24T23:09:13.727Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:13 [2024-02-24T23:09:13.727Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.17.400-SNAPSHOT-sources.jar
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.17.400-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF
18:09:14 [2024-02-24T23:09:14.653Z]     The main artifact has been replaced with the baseline version.
18:09:14 [2024-02-24T23:09:14.653Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:14 [2024-02-24T23:09:14.653Z] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >--------------
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] Building [bundle] Eclipse UI Dependency Injection 1.5.300-SNAPSHOT [41/521]
18:09:14 [2024-02-24T23:09:14.653Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] The project's OSGi version is 1.5.300.v20240116-1723
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.653Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/saveproperties
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.654Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:14 [2024-02-24T23:09:14.909Z] [INFO] 	org.eclipse.e4.ui.internal.di.UIEventObjectSupplier.xml
18:09:14 [2024-02-24T23:09:14.909Z] [INFO] 1 component(s) where generated.
18:09:14 [2024-02-24T23:09:14.909Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.909Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.909Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/test/resources
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT-sources.jar
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT.jar
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF
18:09:14 [2024-02-24T23:09:14.910Z]     The main artifact has been replaced with the baseline version.
18:09:14 [2024-02-24T23:09:14.910Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:14 [2024-02-24T23:09:14.910Z] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] Execution was skipped
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] 
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.di ---
18:09:14 [2024-02-24T23:09:14.910Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:14 [2024-02-24T23:09:14.911Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT.jar
18:09:16 [2024-02-24T23:09:16.276Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:16 [2024-02-24T23:09:16.276Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.300-SNAPSHOT-sources.jar
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.di ---
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF
18:09:16 [2024-02-24T23:09:16.981Z]     The main artifact has been replaced with the baseline version.
18:09:16 [2024-02-24T23:09:16.981Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:16 [2024-02-24T23:09:16.981Z] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >-----------
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] Building [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT [42/521]
18:09:16 [2024-02-24T23:09:16.981Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] The project's OSGi version is 1.6.300.v20231201-1637
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.981Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/saveproperties
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] Resolving class path of [bundle] Eclipse UI Application Services
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 	org.eclipse.e4.ui.services.events.EventBrokerFactory.xml
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 1 component(s) where generated.
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.982Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/test/resources
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services ---
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] 
18:09:16 [2024-02-24T23:09:16.983Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.ui.services ---
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] 
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services ---
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] 
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services ---
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF
18:09:17 [2024-02-24T23:09:17.239Z]     The main artifact has been replaced with the baseline version.
18:09:17 [2024-02-24T23:09:17.239Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:17 [2024-02-24T23:09:17.239Z] 
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] 
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services ---
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] Execution was skipped
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] 
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.services ---
18:09:17 [2024-02-24T23:09:17.239Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:17 [2024-02-24T23:09:17.240Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT.jar
18:09:17 [2024-02-24T23:09:17.801Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:17 [2024-02-24T23:09:17.801Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.300-SNAPSHOT-sources.jar
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.services ---
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF
18:09:18 [2024-02-24T23:09:18.736Z]     The main artifact has been replaced with the baseline version.
18:09:18 [2024-02-24T23:09:18.736Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:18 [2024-02-24T23:09:18.736Z] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.expressions >----------
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] Building [bundle] Expression Language 3.9.300-SNAPSHOT          [43/521]
18:09:18 [2024-02-24T23:09:18.736Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] The project's OSGi version is 3.9.300.v20240207-1044
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.736Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/saveproperties
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] Resolving class path of [bundle] Expression Language
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.737Z] [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/test/resources
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT-sources.jar
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT.jar
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.993Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF
18:09:18 [2024-02-24T23:09:18.994Z]     The main artifact has been replaced with the baseline version.
18:09:18 [2024-02-24T23:09:18.994Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:18 [2024-02-24T23:09:18.994Z] 
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] Execution was skipped
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] 
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.expressions ---
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:18 [2024-02-24T23:09:18.994Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT.jar
18:09:19 [2024-02-24T23:09:19.933Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:19 [2024-02-24T23:09:19.933Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.9.300-SNAPSHOT-sources.jar
18:09:20 [2024-02-24T23:09:20.891Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.891Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.core.expressions ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF
18:09:20 [2024-02-24T23:09:20.892Z]     The main artifact has been replaced with the baseline version.
18:09:20 [2024-02-24T23:09:20.892Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:20 [2024-02-24T23:09:20.892Z] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >----------
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] Building [bundle] Eclipse e4 core commands 1.1.300-SNAPSHOT     [44/521]
18:09:20 [2024-02-24T23:09:20.892Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] The project's OSGi version is 1.1.300.v20240131-1308
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/saveproperties
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] Resolving class path of [bundle] Eclipse e4 core commands
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.892Z] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] 
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands ---
18:09:20 [2024-02-24T23:09:20.893Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:21 [2024-02-24T23:09:21.148Z] [INFO] 	org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 	org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 2 component(s) where generated.
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/test/resources
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT-sources.jar
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] Building jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT.jar
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.149Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF
18:09:21 [2024-02-24T23:09:21.149Z]     The main artifact has been replaced with the baseline version.
18:09:21 [2024-02-24T23:09:21.150Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:21 [2024-02-24T23:09:21.150Z] 
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] Execution was skipped
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] 
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.commands ---
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:21 [2024-02-24T23:09:21.150Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT.jar
18:09:22 [2024-02-24T23:09:22.079Z] [INFO] Jar '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:22 [2024-02-24T23:09:22.079Z] [INFO] Signing jar: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.300-SNAPSHOT-sources.jar
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] 
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] --- tycho-p2:4.0.6:p2-metadata (p2-metadata) @ org.eclipse.e4.core.commands ---
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF
18:09:23 [2024-02-24T23:09:23.006Z]     The main artifact has been replaced with the baseline version.
18:09:23 [2024-02-24T23:09:23.006Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:23 [2024-02-24T23:09:23.006Z] 
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] 
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] Building [bundle] Eclipse Model Xpath 0.4.200-SNAPSHOT          [45/521]
18:09:23 [2024-02-24T23:09:23.006Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF
18:09:23 [2024-02-24T23:09:23.006Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:23 [2024-02-24T23:09:23.262Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom
18:09:45 [2024-02-24T23:09:45.150Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom
18:10:03 [2024-02-24T23:10:03.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.pom
18:10:25 [2024-02-24T23:10:25.081Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
18:10:25 [2024-02-24T23:10:25.081Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 4.1 MB/s)
18:10:25 [2024-02-24T23:10:25.081Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
18:10:25 [2024-02-24T23:10:25.081Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 21 MB/s)
18:10:25 [2024-02-24T23:10:25.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
18:10:25 [2024-02-24T23:10:25.082Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 7.7 MB/s)
18:10:25 [2024-02-24T23:10:25.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] ------------------------------------------------------------------------
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] Reactor Summary:
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] 
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse-platform-parent 4.31.0-SNAPSHOT ............ SUCCESS [  1.702 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse-sdk-prereqs 4.31.0-SNAPSHOT ................ SUCCESS [  0.018 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse jdt 4.31.0-SNAPSHOT ........................ SUCCESS [  0.010 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] parent 4.31.0-SNAPSHOT ............................. SUCCESS [  0.012 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] org.eclipse.osgi 3.19.0-SNAPSHOT ................... SUCCESS [ 29.803 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT .... SUCCESS [  2.846 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse.platform 4.31.0-SNAPSHOT ................... SUCCESS [  0.008 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse.platform.runtime 4.31.0-SNAPSHOT ........... SUCCESS [  0.007 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.007 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [bundle] Eclipse Jobs Mechanism 3.15.200-SNAPSHOT .. SUCCESS [  2.814 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [bundle] Extension Registry Support 3.12.0-SNAPSHOT  SUCCESS [  2.754 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT . SUCCESS [  2.487 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] eclipse.platform.ui 4.31.0-SNAPSHOT ................ SUCCESS [  0.007 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.006 s]
18:10:43 [2024-02-24T23:10:43.124Z] [INFO] [bundle] Commands 3.12.0-SNAPSHOT .................. SUCCESS [  2.571 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] eclipse.platform.swt 4.31.0-SNAPSHOT ............... SUCCESS [  0.020 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] org.eclipse.swt 3.125.0-SNAPSHOT ................... SUCCESS [  7.125 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] eclipse.platform.swt.binaries 4.31.0-SNAPSHOT ...... SUCCESS [  0.013 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 14.475 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 3.125.0-SNAPSHOT SUCCESS [ 13.830 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 13.156 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 12.194 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for Windows 3.125.0-SNAPSHOT SUCCESS [ 13.354 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) 3.125.0-SNAPSHOT SUCCESS [ 13.260 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] JFace 3.33.0-SNAPSHOT ..................... SUCCESS [  6.841 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT SUCCESS [  2.482 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Content Mechanism 3.9.300-SNAPSHOT  SUCCESS [  2.179 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Equinox Application Container 1.7.0-SNAPSHOT SUCCESS [  2.615 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Core Runtime 3.31.0-SNAPSHOT .............. SUCCESS [  2.052 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse CSS Core Support 0.14.300-SNAPSHOT  SUCCESS [  3.577 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse CSS SWT Support 0.15.300-SNAPSHOT . SUCCESS [  2.692 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.300-SNAPSHOT SUCCESS [  1.857 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Dependency Injection 1.9.300-SNAPSHOT SUCCESS [  2.535 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.200-SNAPSHOT SUCCESS [  1.820 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] OSGi service http APIs 1.2.2-SNAPSHOT ..... SUCCESS [  2.194 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT SUCCESS [  2.886 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Contexts 1.12.500-SNAPSHOT ........ SUCCESS [  2.197 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Application Services 2.4.300-SNAPSHOT SUCCESS [  2.301 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Event Admin 1.7.0-SNAPSHOT ................ SUCCESS [  2.124 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.400-SNAPSHOT SUCCESS [  2.028 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse UI Dependency Injection 1.5.300-SNAPSHOT SUCCESS [  2.262 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT SUCCESS [  1.888 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Expression Language 3.9.300-SNAPSHOT ...... SUCCESS [  2.077 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 core commands 1.1.300-SNAPSHOT . SUCCESS [  2.027 s]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Model Xpath 0.4.200-SNAPSHOT ...... FAILURE [01:20 min]
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Workbench Model 2.4.200-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 Workbench 1.15.300-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] JFace Data Binding Observables 1.13.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] JFace Data Binding Properties 1.10.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] JFace Data Binding 1.13.200-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse URI Scheme Handling 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Bindings Support 0.14.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 dialogs 1.4.200-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] eclipse.platform.ua 4.31.0-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] org.eclipse.help 3.10.300-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse Workbench 3.131.100-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.125Z] [INFO] [bundle] Eclipse UI 3.205.100-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Http Services Servlet 1.8.100-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Jetty Http Service 3.9.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.equinox.security 1.4.200-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.platform.team 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Internet Connection Management 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.platform.debug 4.31.0-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Core Variables 3.6.300-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Ant Build Tool Core 3.7.300-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.help.base 4.4.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Eclipse Forms 3.13.200-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.ui.intro 3.7.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Help System UI 4.6.200-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.ui.cheatsheets 3.8.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org eclipse jdt 3.19.400-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.platform.resources 4.31.0-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Core File Systems 1.10.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.jdt.core 4.31.0-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Text 3.14.0-SNAPSHOT ...................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Core Resource Management 3.20.100-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Core Compare Support 3.8.400-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Team Support Core 3.10.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.core 3.37.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] JFace Text 3.25.0-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Debug Core 3.21.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Text Editor Framework 3.17.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Console 3.14.0-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] File Buffers 3.8.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] rt.equinox.p2 4.31.0-SNAPSHOT ...................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Core 2.11.0-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Metadata 2.9.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Repository 2.8.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Metadata Repository 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning JAR Processor 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Provisioning Engine 2.10.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] E4 IDE UI 3.17.200-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Common Navigator View 3.12.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Views 3.12.200-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Eclipse IDE UI 3.22.100-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.annotation 2.3.0-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Default Text Editor 3.17.200-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Debug UI 3.18.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Refactoring Core 3.14.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Search Support Core 3.16.100-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Compare Support 3.10.0-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Team Support UI 3.10.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Refactoring UI 3.13.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Search Support 3.16.100-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Tabbed Properties View 3.10.200-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Navigator Workbench Components 3.9.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.jdt.debug 4.31.0-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] JDI Debug Model 3.21.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.launching 3.21.100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.jdt.ui 4.31.0-SNAPSHOT ..................... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.ui 3.32.0-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.debug.ui 3.13.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] eclipse.platform.common 4.31.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.doc.user 3.15.2100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Java Annotation Processing Core 3.8.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Java Compiler Apt IDE 1.4.300-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Java Development Tools Formatter Application 1.2.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Java Annotation Processing UI 3.8.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Simple Configurator 1.5.200-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Install/Update Configurator 3.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.126Z] [INFO] [bundle] Equinox Concurrent API 1.3.0-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.platform.doc.isv 4.31.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] External Tools Headless Support 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Framework Admin 2.3.100-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Framework Admin for Equinox 1.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Simple Configurator Manipulator 2.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.doc.isv 3.14.2300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Ant Launching Support 1.4.300-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] External Tools 3.6.300-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Ant UI 3.9.300-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.200-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org eclipse jdt feature 3.19.400-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Launcher 1.6.700-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.platform.releng 4.31.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.test.performance 3.20.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Eclipse IDE UI Application 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.core.tests.compiler 3.13.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.compiler.tool.tests 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.core.tests.builder 3.12.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.compiler.apt.tests 1.3.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.core.tests.model 3.12.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.core.tests.performance 3.12.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.6.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.apt.tests 3.6.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.jdt.core.binaries 4.31.0-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.debug.tests 3.12.300-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [test-bundle] File Buffers Test Plug-in 3.13.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [test-bundle] Text Test Plug-in 3.14.400-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [test-bundle] JFace Text Test Plug-in 3.13.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] AST View Plug-in 1.6.100-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Java Element View Plug-in 1.5.200-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.bcoview 1.2.300-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.pde 4.31.0-SNAPSHOT ........................ SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.pde.ui 4.31.0-SNAPSHOT ..................... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] PDE JUnit Runtime Support 3.8.100-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Eclipse Core Tests Harness 3.15.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.tests 3.15.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.text.tests 3.14.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Debug Unit Test support 1.1.300-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [feature] Java AST View 1.2.200-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [feature] Java Element View 1.1.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [feature] Bytecode Outline View 1.2.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.pde.apitools 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.9.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.6.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Director 2.6.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Repository Tools 2.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] eclipse.pde.build 4.31.0-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Plug-in Development Environment Build Support 3.12.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Garbage Collector 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] PDE Core 3.18.0-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] API Tools 1.3.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] PDE API Tools Annotations 1.3.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Equinox Provisioning Operations API 2.7.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.127Z] [INFO] [bundle] Generic UI components related to BND 1.0.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Security Default UI 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Eclipse e4 Progress View 0.4.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Directory Watcher 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning UI Support 2.8.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Log View 1.4.300-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE Launching Support 3.12.0-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Generic and Extensible Text Editor 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] eclipse.pde.ds 4.31.0-SNAPSHOT ..................... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE DS Core 1.3.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE UI 3.15.100-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Target definition generic editor extension 1.2.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE Runtime 3.8.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] JSch Core 1.5.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Eclipse Platform 4.31.100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.pde.ui.tests 3.12.400-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] API Tools UI 1.3.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.pde.api.tools.tests 1.3.400-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [test-bundle] PDE DS Tests 1.3.200-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE DS UI 1.3.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Declarative Services Annotations Support 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] eclipse.pde.ua 4.31.0-SNAPSHOT ..................... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE UA Core 1.3.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE UA UI 1.3.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI  1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] PDE Templates 3.8.300-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.pde 3.13.2600-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.pde.doc.user 3.15.0-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [feature] Eclipse Plug-in Development Environment 3.15.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Browser Support 3.8.200-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] JSch UI 1.5.300-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Diff Extension for Generic Editor 1.2.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.5.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.equinox.security.linux 1.1.200-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.equinox.security.macosx 1.102.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Console 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning ECF based Transport 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [feature] Equinox p2, headless functionalities 1.7.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Drop-in 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Director Application 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [feature] Equinox p2, backward compatibility support 1.4.2300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Import and Export 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Update Checker 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.6.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Equinox Provisioning Platform Update Support 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.2300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.2300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Eclipse SDK Themes 1.2.2400-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.core.net.linux 1.1.100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Debug UI Launch Configuration View 1.1.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] UI Freeze Monitoring 1.3.200-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.platform.doc.user 4.31.0-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.compare.win32 1.3.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Http Service Registry Extensions 1.4.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Jasper Jsp Support Bundle 1.2.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.128Z] [INFO] org.eclipse.help.webapp 3.11.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.help.feature 2.3.1700-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.core.net.win32 1.1.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.core.net.win32.x86_64 1.2.200-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Universal Welcome 3.5.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Quicklinks for the Welcome Framework 1.2.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Quick Search 1.2.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.rcp 4.31.0-SNAPSHOT .................... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Console plug-in 1.4.700-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Notification API 0.7.100-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [feature] Eclipse 4 Rich Client Platform 4.31.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.rcp.feature 4.31.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Internet Connection Management UI 1.5.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.platform.feature 4.31.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.pde.ua.tests 1.3.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.pde.junit.runtime.tests 3.7.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Spy Core plug-in 1.1.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Bundle Spy 0.13.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Event Spy 1.1.300-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] CSS Spy 0.13.300-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] eclipse.pde.e4tools 4.31.0-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Services 4.10.400-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.e4.tools.emf.ui 4.8.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Model Spy 0.13.300-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Context Spy 1.1.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Preference Spy 0.13.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Layout Spy 1.2.300-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.pde.ui.templates.tests 1.2.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.2.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Plug-in Development Unit Test support 1.1.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Tools 4.10.300-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Compat 4.9.300-SNAPSHOT ................... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Persistence Model 1.1.200-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Perspective migrate compatibility Util  1.1.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Editor3x 4.9.300-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] e4 JDT code templates 4.10.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [test-bundle] Harness Plug-in 1.10.300-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [test-bundle] Test 1.3.100-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] org.eclipse.pde.build.tests 1.4.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [feature] Eclipse e4 Tools 4.30.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [feature] Eclipse Persistence 1.1.300-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies 1.0.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.700-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [test-bundle] Ant Core Test Plugin 3.7.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [test-bundle] Ant UI Test Plugin 3.11.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.129Z] [INFO] [bundle] Eclipse Project SDK 4.31.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Core Tools 1.9.200-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [feature] Equinox Core Function 1.15.0-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Content-Types Tests 1.4.100-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Expression Language Tests 3.7.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.e4.core.javax.tests 1.3.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.e4.core.tests 1.3.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] eclipse.platform.team.tests 4.31.0-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] eclipse.platform.resources.tests 4.31.0-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.core.tests.resources 3.11.400-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Compare Tests 3.8.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.core.tests.net 1.6.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.jsch.tests 1.6.300-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.team.tests.core 3.10.300-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.compare.examples 3.4.300-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.compare.examples.xml 3.6.300-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.team.examples.filesystem 3.7.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.core.tools.resources 1.7.200-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] eclipse.platform.resources.examples 4.31.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Efs Examples Plug-in 1.1.300-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Save Participant 3 3.6.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Save Participant 1 3.6.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Save Participant 2 3.6.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.core.tests.resources.saveparticipant 3.6.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Example Debug Core Plug-in 1.6.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Sample Memory View Plugin 1.104.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Mixed-mode Launching Example 1.4.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Example Debug UI Plug-in 1.8.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Debug Test Plugin 3.14.100-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.1.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [feature] Jetty Http Server Feature 1.11.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.ua.tests 3.6.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.ua.tests.doc 1.2.400-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Tip of the Day core plugin 0.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Tip of the Day UI 0.3.300-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Tip of the Day Json Provider 0.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] IDE Enablement for Tip of the Day 0.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] org.eclipse.tips.feature 0.4.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Tip of the Day Tests 1.2.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] infocenter-parent 4.31.0-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Servletbridge 1.7.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] infocenter-app 4.31.0-SNAPSHOT ..................... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] UI Bindings Tests 0.14.200-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] TestModel Model 0.15.400-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] e4 css core tests 1.302.400-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.500-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Jface tests 1.4.400-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] eclipse.platform.ui.examples 4.31.0-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [bundle] JFace Data Binding Examples 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] JFace Data Binding Tests 1.12.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Refactoring Core Test Plug-in 3.10.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Refactoring UI Test Plug-in 3.11.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Search Support Tests Plug-in 3.11.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.130Z] [INFO] [test-bundle] Editors Test Plug-in 3.13.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Eclipse UI Tests 3.15.1500-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Forms Test 3.10.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Common Navigator Tests 3.7.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Performance Plug-in 1.6.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Pluginchecks 1.2.200-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Eclipse RCP Tests 3.6.300-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Tabbed Properties View Tests 3.8.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Command Contribution Examples 3.6.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Field Assist Example 1.3.200-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] JFace Text Example 3.4.300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Progress Examples Plug-in 3.3.100 ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] pluginName 3.2.100 ........................ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] User File Editor 3.5.300-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Readme File Editing Tool 3.7.300-SNAPSHOT . SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Undo Example 3.5.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Examples for Generic Editor 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Tools Base 3.107.500-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Tools Spy 3.109.300-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Tools 3.110.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Standalone Examples Plugin 3.108.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Browser Demos Plugin 3.108.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] org.eclipse.swt.examples.ole.win32 3.109.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SWT Views Example Plugin 3.108.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] org.eclipse.swt.tests 3.107.300-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [feature] SWT Tools 3.109.300-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Configuration Admin 1.6.0-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Device Access Service 1.2.0-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Meta Type 1.6.500-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] User Admin Service 1.3.0-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [feature] Equinox Compendium SDK 3.23.0-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Supplemental Equinox Functionality 1.10.800-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Log Stream Provider 1.2.0-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] XSLT Transform Provider 1.3.0-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] J9 CachingService Plug-in 1.3.0-SNAPSHOT .. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Console ssh support plug-in 1.3.0-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] SSHD Fragment 1.2.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.3.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Transformer Hook Framework Extension 1.4.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Region Digraph 1.5.500-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [feature] Equinox Core SDK 3.25.0-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] org.eclipse.equinox.executable 3.8.2400-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [feature] Core Server Feature 1.16.0-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [feature] Equinox Target Components 3.23.1100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] BiDi tests 1.4.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Test Plug-in 1.2.0-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Declarative Services Tests 1.7.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Preferences Tests 3.10.0-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Equinox security tests 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.131Z] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.osgi.tests 3.19.0-SNAPSHOT ............. SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [test-bundle] Test Plug-in for Framework Admin 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Equinox Provisioning Installer 1.4.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Test Install Verifier 1.4.200-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Equinox Provisioning Discovery UI 1.3.200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [feature] Equinox p2, Discovery UI support 1.3.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.equinox.p2.tests 1.9.300-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests 1.4.400-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) 1.4.300-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] p2 Admin UI 1.3.300-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.4.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [feature] p2 Server Feature 1.12.1200-SNAPSHOT ..... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [feature] Equinox p2, SDK 3.11.2300-SNAPSHOT ....... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.equinox.p2.examples 4.31.0-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] RCP Mail (Cloud Update Example) 2.3.100-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Prestartupdate 1.3.100-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Sdkbundlevisibility 1.3.100-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] Sdknoautoupdates 1.3.100-SNAPSHOT ......... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [bundle] RCP Mail (SDK UI) 1.3.100-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.ant.optional.junit 3.3.400-SNAPSHOT .... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.releng.tests 3.6.400-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.sdk.examples 4.31.0-SNAPSHOT ........... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.sdk.tests 4.31.0-SNAPSHOT .............. SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.test 3.6.0-SNAPSHOT .................... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.test.performance.win32 3.1.600-SNAPSHOT  SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.sdk.feature 4.31.0-SNAPSHOT ............ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.sdk.examples.feature 4.31.0-SNAPSHOT ... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.test.feature 3.8.800-SNAPSHOT .......... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.sdk.tests.feature 4.31.0-SNAPSHOT ...... SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.31.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] [feature] Eclipse Product Configuration 1.1.2200-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] org.eclipse.rt.osgistarterkit.product 4.31.0-SNAPSHOT SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] equinox-sdk 4.31.0-SNAPSHOT ........................ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] eclipse-junit-tests 4.31.0-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] eclipse.platform.repository 4.31.0-SNAPSHOT ........ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] platform-aggregator 4.31.0-SNAPSHOT ................ SKIPPED
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] ------------------------------------------------------------------------
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] BUILD FAILURE
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] ------------------------------------------------------------------------
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] Total time:  04:54 min
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] Finished at: 2024-02-24T23:10:43Z
18:10:43 [2024-02-24T23:10:43.132Z] [INFO] ------------------------------------------------------------------------
18:10:43 [2024-02-24T23:10:43.389Z] [ERROR] Failed to execute goal on project org.eclipse.e4.emf.xpath: Could not resolve dependencies for project org.eclipse.platform:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200-SNAPSHOT: Failed to collect dependencies at org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6: Failed to read artifact descriptor for org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6: The following artifacts could not be resolved: org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 (absent): Could not transfer artifact org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 1]
18:10:43 [2024-02-24T23:10:43.389Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project org.eclipse.e4.emf.xpath: Could not resolve dependencies for project org.eclipse.platform:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200-SNAPSHOT: Failed to collect dependencies at org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6
18:10:43 [2024-02-24T23:10:43.389Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
18:10:43 [2024-02-24T23:10:43.389Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.389Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.390Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.390Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.390Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.390Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.390Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.eclipse.platform:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200-SNAPSHOT: Failed to collect dependencies at org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:158)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.390Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.391Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.391Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.391Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.391Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.391Z] Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6
18:10:43 [2024-02-24T23:10:43.391Z]     at org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.collectDependencies (DependencyCollectorDelegate.java:260)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:87)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:306)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:151)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.391Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.392Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.392Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.392Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.392Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.392Z] Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:245)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:175)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.resolveCachedArtifactDescriptor (DfDependencyCollector.java:382)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.getArtifactDescriptorResult (DfDependencyCollector.java:368)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:218)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:156)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.process (DfDependencyCollector.java:138)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.doCollectDependencies (DfDependencyCollector.java:108)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.collectDependencies (DependencyCollectorDelegate.java:222)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:87)
18:10:43 [2024-02-24T23:10:43.392Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:306)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:151)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.393Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.393Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.393Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.393Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.393Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 (absent): Could not transfer artifact org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:473)
18:10:43 [2024-02-24T23:10:43.393Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:234)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:175)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.resolveCachedArtifactDescriptor (DfDependencyCollector.java:382)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.getArtifactDescriptorResult (DfDependencyCollector.java:368)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:218)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:156)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.process (DfDependencyCollector.java:138)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.doCollectDependencies (DfDependencyCollector.java:108)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.collectDependencies (DependencyCollectorDelegate.java:222)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:87)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:306)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:151)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.394Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.395Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.395Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.395Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.395Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.395Z] Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed (ArtifactTransportListener.java:44)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:417)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:260)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:537)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:449)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:234)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:175)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.resolveCachedArtifactDescriptor (DfDependencyCollector.java:382)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.getArtifactDescriptorResult (DfDependencyCollector.java:368)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:218)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:156)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.process (DfDependencyCollector.java:138)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.doCollectDependencies (DfDependencyCollector.java:108)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.collectDependencies (DependencyCollectorDelegate.java:222)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:87)
18:10:43 [2024-02-24T23:10:43.395Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:306)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:151)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.396Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.396Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.396Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.396Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.396Z] Caused by: org.apache.http.client.HttpResponseException: status code: 403, reason phrase: Forbidden (403)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.transport.http.HttpTransporter.handleStatus (HttpTransporter.java:610)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.transport.http.HttpTransporter.execute (HttpTransporter.java:479)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.transport.http.HttpTransporter.implGet (HttpTransporter.java:426)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get (AbstractTransporter.java:64)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:482)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:414)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:260)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:537)
18:10:43 [2024-02-24T23:10:43.396Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:449)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom (DefaultArtifactDescriptorReader.java:234)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor (DefaultArtifactDescriptorReader.java:175)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.resolveCachedArtifactDescriptor (DfDependencyCollector.java:382)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.getArtifactDescriptorResult (DfDependencyCollector.java:368)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:218)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.processDependency (DfDependencyCollector.java:156)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.process (DfDependencyCollector.java:138)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.df.DfDependencyCollector.doCollectDependencies (DfDependencyCollector.java:108)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.collectDependencies (DependencyCollectorDelegate.java:222)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies (DefaultDependencyCollector.java:87)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies (DefaultRepositorySystem.java:306)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:151)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:224)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:136)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:355)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:313)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
18:10:43 [2024-02-24T23:10:43.397Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
18:10:43 [2024-02-24T23:10:43.398Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:10:43 [2024-02-24T23:10:43.398Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
18:10:43 [2024-02-24T23:10:43.398Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:10:43 [2024-02-24T23:10:43.398Z]     at java.lang.reflect.Method.invoke (Method.java:568)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
18:10:43 [2024-02-24T23:10:43.398Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] 
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] 
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] 
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR] After correcting the problems, you can resume the build with the command
18:10:43 [2024-02-24T23:10:43.398Z] [ERROR]   mvn <args> -rf :org.eclipse.e4.emf.xpath
18:10:43 [2024-02-24T23:10:43.398Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
18:10:43 [2024-02-24T23:10:43.398Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
18:10:43 [2024-02-24T23:10:43.398Z] 	at java.base/java.lang.Thread.run(Thread.java:833)
18:10:43 [2024-02-24T23:10:43.398Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
18:10:43 [2024-02-24T23:10:43.398Z] 	... 2 more
18:10:43 [2024-02-24T23:10:43.966Z] + [[ 1 -ne 0 ]]
18:10:43 [2024-02-24T23:10:43.966Z] + echo 'Failed in Aggregator maven build stage'
18:10:43 [2024-02-24T23:10:43.966Z] Failed in Aggregator maven build stage
18:10:43 [2024-02-24T23:10:43.966Z] + exit 1
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gather Eclipse Parts)
Stage "Gather Eclipse Parts" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gather Equinox Parts)
Stage "Gather Equinox Parts" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate Repo reports)
Stage "Generate Repo reports" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate API tools reports)
Stage "Generate API tools reports" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 2)
Stage "Export environment variables stage 2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
Stage "Archive artifacts" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Eclipse platform)
Stage "Promote Eclipse platform" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Equinox)
Stage "Promote Equinox" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Update Site)
Stage "Promote Update Site" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger tests)
Stage "Trigger tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger publication to Maven snapshots repo)
Stage "Trigger publication to Maven snapshots repo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
18:10:44 [2024-02-24T23:10:44.728Z] Sending email to: platform-releng-dev@eclipse.org
[Pipeline] archive
18:10:45 [2024-02-24T23:10:45.004Z] The archive step is deprecated, please use archiveArtifacts instead.
18:10:45 [2024-02-24T23:10:45.100Z] No files found to archive for pattern "${CJE_ROOT}/siteDir/eclipse/downloads/drops4/${env.BUILD_IID.trim()}/gitLog.html, $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator"; continuing.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE